components / card
card.
compositional bordered card: Card shell plus CardHeader / CardTitle / CardMeta / CardBody / CardActions slots.
chrome registry
2026own-the-code components ported from justin06lee.dev. install via the cli.
no link, no actions
draftcompose the slots you need; drop the ones you don't.
installation
bunx @justin06lee/chrome@latest add cardprops
| name | type | default | description |
|---|---|---|---|
| Card.background | string | - | CSS background on the shell. transparent by default. |
| CardTitle.href | string | - | renders the title as a link; external URLs open in a new tab. |
| className | string | - | available on every slot for overrides. |