Feedback
Snackbar
Action-focused snackbar that springs up from the bottom.
Setup Required
This component requires the SnackbarProvider. See Getting Started.
Snackbars
Snackbars are small alerts at the bottom of the screen with optional actions.
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
message | string | — | The primary message text of the notification |
action | { label: string; onClick: () => void } | — | Optional button label and action handler |
duration | number | 3500 | Time in milliseconds before auto-dismiss |