Toast

Displays transient notifications.

shadcn/ui docs

    Installation

    pnpm dlx shadcn@latest add https://brutalui.dev/r/toast.json

    Usage

    import { toast } from '@/hooks/use-toast'
    toast({ title: "Scheduled" })