Here is notifications component
npx shadcn@latest add https://21st.dev/r/shadcnspace/with-icon
Loading preview...
import SwitchWithIconDemo from "@/components/ui/with-icon"; export default function DemoOne() { return <SwitchWithIconDemo/>; }