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