Here is Toast component
npx shadcn@latest add https://21st.dev/r/base-ui/toast-1
Loading preview...
import ExampleToast from "@/components/ui/toast-1"; export default function DemoOne() { return <ExampleToast />; }