Loading dashboard...
Loading dashboard...
import { Kbd } from "@/components/ui/kbd"<Kbd>Ctrl</Kbd>Use the KbdGroup component to group keyboard keys together.
Use Ctrl + BCtrl + K to open the command palette
Use the Kbd component inside a Button component to display a keyboard key inside a button.
You can use the Kbd component inside a Tooltip component to display a tooltip with a keyboard key.
You can use the Kbd component inside a InputGroupAddon component to display a keyboard key inside an input group.
Use the Kbd component to display a keyboard key.
<Kbd>Ctrl</Kbd>Use the KbdGroup component to group Kbd components together.
<KbdGroup>
<Kbd>Ctrl</Kbd>
<Kbd>B</Kbd>
</KbdGroup>import { Kbd, KbdGroup } from "@/components/ui/kbd"
export function KbdDemo() {import { Button } from "@/components/ui/button"
import { Kbd } from "@/components/ui/kbd"
import { Button } from "@/components/ui/button"
import { ButtonGroup } from "@/components/ui/button-group"
import { Kbd, KbdGroup } from "@/components/ui/kbd"import {
InputGroup,
InputGroupAddon,import { Kbd, KbdGroup } from "@/components/ui/kbd"
export function KbdGroupExample() {