Components
this a animated lever switch can be toggled on and off just like a lever or gear of a machine
npx shadcn@latest add https://21st.dev/r/theutkarshmail/lever-switchLoading preview...
import { Component } from "@/components/ui/lever-switch";
export default function DemoOne() {
return <Component />;
}