Skip to content

Commit 8532698

Browse files
committed
Mentioned variants in example desc
1 parent 410a627 commit 8532698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-core/src/components/ToggleGroup/examples/ToggleGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To apply compact styling to a `<ToggleGroup>`, use `isCompact`.
6969

7070
### Full-width toggle group
7171

72-
To make toggle group items fill the available horizontal space, use `isFill` on a `<ToggleGroup>`.
72+
To make toggle group items fill the available horizontal space, use `isFill` on a `<ToggleGroup>`. The following example shows full width toggle groups for a single select, multi select, and single select with disabled item.
7373

7474
```ts file="./ToggleGroupFill.tsx"
7575

0 commit comments

Comments
 (0)