Variable: Toggle
@arolariu/components / Toggle
Variable: Toggle
constToggle:ForwardRefExoticComponent<Omit<ToggleProps,"ref"> &RefAttributes<HTMLButtonElement>>
Defined in: components/ui/toggle.tsx:73
Renders the toggle control.
Remarks
- Renders a
<button>element by default - Built on Base UI Toggle
- Supports the
renderprop for element composition
Example
<Toggle>Content</Toggle>
See
// was this page useful?