Toggle
type ToggleProps = ComponentProps<typeof Toggle>;
Prop | Type | Default Value | Description |
---|---|---|---|
className | string | undefined | The CSS class name for styling the button. |
variant | string | default | The variant style of the toggle. Possible values are: 'default' or 'outline'. |
size | string | default | The size of the button. Possible values are: 'default', 'sm' or 'lg'. |