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