Kbd
Renders a keyboard key. Compose several for shortcuts.
Press ⌘ K to open the command palette.
import { Kbd } from '@gg-software/ui';
<Text>
Press <Kbd>⌘</Kbd> <Kbd>K</Kbd> to open the command palette.
</Text>Props
| Prop | Type | Default | Description |
|---|---|---|---|
children* | ReactNode | — | content rendered inside the component |
className | string | — |
* required · generated from packages/ui/src/typography/Kbd/Kbd.tsx