Classes list
Every class Card recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.card | Base class — required on every card |
.card-media | Image/video container at the top of the card |
.card-header | Heading block wrapper |
.card-title / .card-subtitle | Heading text elements |
.card-body | Main content area |
.card-footer | Bottom-anchored actions/metadata row |
.card-footer-sticky | Keeps the footer pinned to the bottom of a scrolling card |
.card-overlay-link | Stretches a link to cover the whole card (used with .card-clickable) |