Switch Button
A highly customizable animated toggle switch for boolean states.
Installation
bash
npm install motion lucide-react next-themesUsage
tsx
import SwitchButton from '@/components/ui/switch-button';
<SwitchButton
size="md"
showLabel={true}
className=""
/>