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