A switch component made with Framer Motion and Tailwind CSS.
Loading preview...
import Switch from "@/components/ui/switch"; export default function DemoOne() { return <Switch />; }