Kbd
SurfacesA keyboard-key badge.
Example
⌘ K Press to search the depths.
<script lang="ts">
import { Kbd, KbdGroup } from '$lib/components/ui/kbd';
</script>
<div class="flex flex-col items-center gap-3 text-sm text-muted-foreground">
<KbdGroup>
<Kbd>⌘</Kbd>
<Kbd>K</Kbd>
</KbdGroup>
<span>Press to search the depths.</span>
</div>Installation
npx shadcn-svelte@latest add https://mizu-ui.com/r/kbd.json