Kbd
A small keycap label for shortcuts and command hints.
The Kbd Component
⌘ K Shift Enter
Basic Usage
Code Snippet
<script lang="ts"> import { Kbd } from '$lib/components'; </script> <div class="flex items-center gap-2"> <Kbd>⌘</Kbd> <Kbd>K</Kbd> </div>Examples
Combinations
Group keys together when a shortcut depends on the sequence.
⌘BOpen brief
⌘ShiftPPublish
