Switch Button

Installation

bash
npm install motion lucide-react next-themes

Usage

tsx
import SwitchButton from '@/components/ui/switch-button';

<SwitchButton
  size="md"
  showLabel={true}
  className=""
/>