Problem: CTA showing its shortcut.
Solution#
<button class="flex items-center gap-3 rounded-lg border px-4 py-2">Search <kbd class="rounded bg-slate-100 px-1.5 text-xs">⌘K</kbd></button>Why this works#
kbd chip inside the button.
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
