A two-state button that can be either on or off.
import { Toggle } from '@/components/ui/toggle-1'; import { Bold } from 'lucide-react'; export default function Component() { return ( <Toggle aria-label="Toggle italic"> <Bold className="h-4 w-4" /> </Toggle> ); }
Part of ReUI — browse the full library on 21st.dev.