0.0.1 • Published 11 months ago

@spark-web/toggle-group v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

title: ToggleGroup storybookPath: forms-toggle-group

isExperimentalPackage: true

Example

<ToggleGroup
  value={value}
  onValueChange={(newValue) => setValue(newValue)}
>
  <ToggleGroupItem value="1">
  <ToggleGroupItem value="2">
  <ToggleGroupItem value="3">
</ToggleGroup>

Props

ToggleGroup

PropTypeDefaultDescription
data?DataAttributeMapSets data attributes on the component.