Menu
Components
Kbd
Static fixture output for the Kbd component contract.
Keyboard hints remain semantic kbd elements and do not require behavior wiring.
CtrlK
| data-state | not emitted |
|---|---|
| keyboard | No custom keyboard handling |
| change reasons | not stateful |
Usage
Inline styling for a keyboard key or shortcut chord.
- Import the versioned component from
@kovojs/ui/kbd. - Copy the source into your app with
kovo add kbdwhen product code should own the implementation.
Source
- Package source:
packages/ui/src/kbd.tsx - Gallery fixture:
examples/gallery/src/demo-fixtures.tsx
Behavior contract
The rendered fixture above includes the component contract table. Interactive pages compile the authored TSX demo and then lift the same contract table from the static fixture, so the visible behavior and documented ARIA/data-state surface stay together.