AnnouncementBar
A AnnouncementBar component from the Sigil design system.
import { AnnouncementBar } from "@sigil-ui/components";
<AnnouncementBar>AnnouncementBar content</AnnouncementBar>
| Prop | Type | Default | Description |
|---|
icon | ReactNode | — | — |
badge | string | — | — |
message | string | — | — |
href | string | — | — |
dismissible | boolean | — | — |
| CSS Variable | Purpose |
|---|
--s-font-mono | Font mono |
--s-primary | Primary |
--s-border-style | Border style |
--s-text-secondary | Text secondary |
--s-text-muted | Text muted |
--s-space-2 | Space 2 |
--s-space-4 | Space 4 |
--s-border-muted | Border muted |
--s-surface | Surface |
--s-duration-fast | Duration fast |