
Cards
The cover image sits inset inside a padded, bordered frame, polaroid-style
See how to use it on your page, then copy the component file itself.
| Prop | Type | Default | Description |
|---|---|---|---|
| href | string | "#" | Link the card navigates to |
| image | string | null | null | Cover image URL - shows a placeholder if missing |
| imageAlt | string | null | null | Alt text for the cover image - falls back to the title if omitted |
| title | string | — | Card title |
| meta | string | null | null | Small text shown under the title, e.g. a date, if set |
| accentColor | string | "#5C7CFE" | Accent color for the meta text |