Menu
Components
Card
Static fixture output for the Card component contract.
Card exposes one header, title, description, content, and footer anatomy in pure markup.
Card example
Release candidate
Security review and package checks are complete.
Ready for the production deployment window.
| data-state | not emitted |
|---|---|
| keyboard | No custom keyboard handling |
| change reasons | not stateful |
Usage
A surface container that groups related content with optional header, content, and footer.
- Import the versioned component from
@kovojs/ui/card. - Copy the source into your app with
kovo add cardwhen product code should own the implementation.
Source
- Package source:
packages/ui/src/card.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.