Display keyboard input that triggers an action.
Loading preview...
import { Kbd } from "@/components/ui/keyboard-input"; export default function CombinationDemo() { return <Kbd meta shift />; }
Part of Geist — browse the full library on 21st.dev.