A set of buttons that trigger sonner toast notifications in each of the six screen positions.
"use client"; import { SonnerPosition } from "@/components/ui/uiable-sonner-position"; import { Toaster } from "@/components/ui/sonner"; export default function Default() { return ( <div className="flex items-center justify-center p-8"> <SonnerPosition /> <Toaster /> </div> ); }
Part of uiable — browse the full library on 21st.dev.