# Kbd Documentation ## Installation ```bash jsrepo add ui/kbd ``` ## Components ### Kbd The root keyboard key component. #### Props | Prop | Type | Default Value | Required | Bindable | Description | |------|------|--------------|----------|----------|-------------| | ref | HTMLElement | null | false | true | A reference to the kbd element. | | children | Snippet | - | false | false | The content of the keyboard key. | | class | string | - | false | false | Additional classes to apply to the kbd element. | | size | "sm" | "default" | "lg" | default | false | false | The size of the keyboard key. | | variant | "outline" | "secondary" | "primary" | outline | false | false | The visual style of the keyboard key. |