Problem: Show key combos.
Solution#
<kbd class="rounded border bg-slate-100 px-1.5 py-0.5 text-xs font-mono">⌘K</kbd>Why this works#
Borders + mono font + small size read as physical keys.
Variants#
- Responsive: add screen prefixes to the core classes
- Dark: pair each color utility with its dark: twin
- Animated: add
transition+ a state variant for motion
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
