Loading preview...
Here is Toggle component
@anubra266
npx shadcn@latest add https://21st.dev/r/anubra266/toggle-basic
import ToggleBasic from "@/components/ui/toggle-basic"; export default function DemoOne() { return <ToggleBasic />; }