Components/Feedback/toast
hook

toast

src/components/feedback.tsx

Import

import { toast } from "@ossrandom/design-system";

Examples

Trigger toasts

Mount `<ToastRegion />` once near the root, then call `toast.show(...)` from anywhere.

↗ Playground

API

Hooks have no prop interface. Call toast() from inside a component to use it.