# Core/Toast - Usage

Renders a toast inline for documentation/preview. Not for use in production.

| Prop | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `type` | `(typeof toastTypes)[number]` | Yes | `--` | `--` |
| `content` | `React.ReactNode` | Yes | `--` | `--` |
| `closable` | `boolean` | No | true | `--` |
| `action` | `ToastOptions['action']` | No | `--` | `--` |
| `actionSecondary` | `ToastOptions['actionSecondary']` | No | `--` | `--` |