Switch
A control that allows the user to toggle between checked and not checked.
We take the Shadcn UI component and animate it with Motion.
Installation
Props
Animate UI props:
Prop | Type | Default |
---|---|---|
leftIcon? | React.ElementType | - |
rightIcon? | React.ElementType | - |
thumbIcon? | React.ElementType | - |
width? | number | 40 |
height? | number | 24 |
margin? | number | 2.5 |