components / card

card.

compositional bordered card: Card shell plus CardHeader / CardTitle / CardMeta / CardBody / CardActions slots.

own-the-code components ported from justin06lee.dev. install via the cli.

no link, no actions

draft

compose the slots you need; drop the ones you don't.

installation
bunx @justin06lee/chrome@latest add card
props
nametypedefaultdescription
Card.backgroundstring-CSS background on the shell. transparent by default.
CardTitle.hrefstring-renders the title as a link; external URLs open in a new tab.
classNamestring-available on every slot for overrides.