This is a simple toast
Loading preview...
import { Basic } from "@/components/ui/toast"; export default function DemoOne() { return <Basic />; }