Overview
- Getting Started
- Loading States
- Forms
- Feature Flags
- Portal
- Show
- For
- Text
- Toggle
- Local Storage
Actions
- Button
- Icon Button
Communication
- Admonition
- Accordion
- Avatar
- Notifications
- Progress Indicators
- Tag
- Tooltip
Containment
- Confirm Modal
- Prompt Modal
- CTA Modal
- Modaldeprecated
- Dialog
- Table
Navigation
- Menu
- Tabs
Selection
- Drag & Drop
- Checkbox
- Date Picker
- Radio
- Rating
- Select
- Combobox
- Switch
Inputs
- Field
- Input
- Textarea
- Labeldeprecated
- Fieldset
- Field Messagedeprecated
- File Uploader
Hooks & Helpers
- split-props
- trap-focusdeprecated
- use-root-colors
- use-theme
- use-theme-context
- use-toggledeprecated
Toggle
Toggle allows users to toggle between states via an action.
The Toggle
component is a two-state button that allows users to toggle between states via an action.
1import { ToggleParts } from '@cerberus/react'
Usage
The Toggle component is unstyled to fit any scenario you may need.
Primitives
You can utilize the primitive components to customize the toggle.
Component | Description |
---|---|
ToggleRoot | The context provider for the Toggle parts |
ToggleIndicator | The indicator shown based on the toggle state |
API
Parts
The ToggleParts
API is an Object containing the full family of components.
Name | Description |
---|---|
Root | The ToggleRoot component which is the Provider for the family. |
Indicator | The ToggleIndicator component which displays based on the pressed state. |
The Toggle
component is a two-state button that allows users to toggle between states via an action.
1import { ToggleParts } from '@cerberus/react'
Usage
The Toggle component is unstyled to fit any scenario you may need.
Primitives
You can utilize the primitive components to customize the toggle.
Component | Description |
---|---|
ToggleRoot | The context provider for the Toggle parts |
ToggleIndicator | The indicator shown based on the toggle state |
API
Parts
The ToggleParts
API is an Object containing the full family of components.
Name | Description |
---|---|
Root | The ToggleRoot component which is the Provider for the family. |
Indicator | The ToggleIndicator component which displays based on the pressed state. |