Components
Loading preview...
Here is Switch component
@ShadcnStudio
npx shadcn@latest add https://21st.dev/r/ShadcnStudio/switch-1import { Switch } from '@/components/ui/switch'
const SwitchSquareDemo = () => {
return <Switch aria-label='Square switch' className='rounded-xs [&_span]:rounded-xs' />
}
export default SwitchSquareDemo