Shortcut
Shortcut component documentation.
Usage
Loading...
import { Shortcut } from "@aqqo/aqqo-ui";<Shortcut size="md">K</Shortcut>Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | xs | sm | md | md | Visual size of the shortcut. |
className | string | - | Additional CSS classes. |
children | ReactNode | - | Key or label to display (e.g. "K"). |
...props | HTMLAttributes<HTMLDivElement> | - | Inherited div attributes. |