--- category: feedback --- # Toast Source: `components/ui/toast.tsx`. `Toast` is a compound component. Its parts are exported **flat** (`ToastProvider`, not `Toast.Provider`) and each is a separate top-level export of the bundle: | Part | Props | | --- | --- | | `ToastProvider` | — | | `ToastViewport` | — | | `ToastTitle` | — | | `ToastDescription` | — | | `ToastClose` | — | | `ToastAction` | — | All parts accept `className` and are composed as children of `Toast`.