0.0.1 • Published 11 months ago
@spark-web/toggle-group v0.0.1
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
Prop | Type | Default | Description |
---|---|---|---|
data? | DataAttributeMap | Sets data attributes on the component. |
0.0.1
11 months ago