AnnouncementCard
patternAnnouncement card with title, description, optional media, and action buttons. Includes system notice and promo variants. Composes Card, Stack, Row, Text, Chip, Button, and Icon.
Feature announcement
Announcement with type chip, title, description, and action buttons.
System notice
Warning-style notice for maintenance or downtime announcements.
Usage
Installation
API Reference
AnnouncementCard props — * required
| Prop | Type | Default | Description |
|---|---|---|---|
Card | component | — | Surface container for the announcement. |
Text | component | — | Announcement title and description. |
Chip | component | — | Type label (Announcement, Update, Promo). |
Button | component | — | Action buttons (Learn more, Dismiss). |
Stack | component | — | Vertical layout for content. |
Row | component | — | Horizontal layout for header and actions. |