ResourceCard
Resource/guide card with preview image, icon, and category label.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | — | Resource title |
| category* | string | — | Category label |
| previewImage* | string | — | Preview image URL |
| description | string | — | Short description |
| iconUrl | string | — | Icon image URL |
| iconBg | string | "#1a1a1a" | Icon background color |
| isNew | boolean | false | Show new badge |
| onClick | () => void | — | Click handler |