this a animated lever switch can be toggled on and off just like a lever or gear of a machine
Loading preview...
import { Component } from "@/components/ui/lever-switch"; export default function DemoOne() { return <Component />; }