Components
npx shadcn@latest add https://21st.dev/r/sean0205/toggle-1Loading preview...
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>
);
}
Loading preview...
Loading preview...
Loading preview...