The Kbd component is used to display keyboard shortcuts.
Prop | Type | Description |
---|---|---|
size | string | Defines the size of the key (sm, md, lg). |
color | string | Applies a color variant to the key (primary, secondary). |
children | ReactNode | The key(s) to display inside the Kbd component. |