"use client"
import { toast } from "sonner"
import { Button } from "@/components/ui/button"
export default function ToastDemo() {
return (
<Button onPress={() => toast("The registration is successful, click here to continue.")}>
Show Toast
</Button>
)
}
npx shadcn@latest add @intentui/toast-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.