kbd
9ui/kbdFreeComponent
9ui publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by 9ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://9ui.dev/r/kbd.jsonSource
1import * as React from "react"23import { cn } from "@/lib/utils"45function Kbd({ className, ...props }: React.ComponentProps<"div">) {6 return (7 <div8 data-slot="kbd"9 className={cn(10 "bg-muted text-muted-foreground flex h-5 w-5 items-center justify-center rounded-sm text-center text-xs font-medium tracking-tight shadow-sm",11 className12 )}13 {...props}14 />15 )16}1718export { Kbd }
Files it writes
More from 9ui
All 56 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| accordionaccordion | 9ui | Components | Free | no deps | |
| alertalert | 9ui | Components | Free | no deps | |
| alert-dialogalert-dialog | 9ui | Components | Free | no deps | |
| aspect-ratioaspect-ratio | 9ui | Components | Free | no deps | |
| autocompleteautocomplete | 9ui | Components | Free | no deps | |
| avataravatar | 9ui | Components | Free | no deps | |
| badgebadge | 9ui | Components | Free | no deps | |
| breadcrumbsbreadcrumbs | 9ui | Components | Free | no deps |
