Files
ersatztv/design-system/components/feedback/Toast.prompt.md
T
2026-07-02 07:37:00 +02:00

428 B

Toast — transient notification or inline alert with a tone-colored left edge. Use for save confirmations, scan results, and playout-build failures.

<Toast tone="ok" title="Channel saved" message="Retro Cartoons is now on air." onClose={dismiss} />
<Toast tone="error" title="Playout build failed" message="No items match the schedule." />

Props: tone (info·ok·warn·error), title, message, onClose.