Keyboard key indicator for shortcuts.
import { Kbd } from "@/components/ui";<Kbd>Ctrl</Kbd>Common keyboard combinations
<div className="space-y-2"> <div className="flex items-center gap-1"> <Kbd>Ctrl</Kbd> <span>+</span> <Kbd>C</Kbd> <span className="ml-2 text-muted-foreground">Copy</span> </div> <div className="flex items-center gap-1"> <Kbd>Ctrl</Kbd> <span>+</span> <Kbd>V</Kbd> <span className="ml-2 text-muted-foreground">Paste</span> </div> <div className="flex items-center gap-1"> <Kbd>Ctrl</Kbd> <span>+</span> <Kbd>K</Kbd> <span className="ml-2 text-muted-foreground">Open command palette</span> </div></div>Configure your app with the features you need and download production-ready code.
Start Configuring