Toaster
A Toaster component from the Sigil design system.
Import
import { Toaster } from "@sigil-ui/components";Preview
Usage
<Toaster>...</Toaster>Props
| Prop | Type | Default | Description |
|---|---|---|---|
position | `"top-right" | "top-left" | "bottom-right" |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-border | Border |
--s-success | Success |
--s-error | Error |
--s-warning | Warning |
--s-info | Info |
--s-primary-contrast | Primary contrast |
--s-background | Background |
--s-card-radius | Card radius |
--s-border-style | Border style |
--s-shadow-md | Shadow md |
--s-text | Text |
--s-text-muted | Text muted |