# Toaster Toast region backed by the imperative toast queue. Use Toaster for brief application feedback that does not need to interrupt the current task. ## API The package declarations define these public members. | Member | Type | Kind | Required | Default | Description | | --- | --- | --- | --- | --- | --- | | `closeLabel` | `string` | prop | No | `'Dismiss'` | Accessible label for the close control on each toast. | | `label` | `string` | prop | No | `'Notifications'` | Accessible label for the toast region itself. | ## Related - [Badge](/docs/components/badge): Compact semantic or categorical label. - [StatusDot](/docs/components/status-dot): Semantic status dot with an optional label and pulse. - [EmptyState](/docs/components/empty-state): Empty-state message with optional art and action.