Skip to content

Commit 7d72db3

Browse files
author
Jeff Sagal
authored
add badges to components to indicate version support (sagalbot#859)
1 parent efa64cb commit 7d72db3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/guide/components.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ Your object will be merged with the object that is exported below:
88

99
You can override the value of any of these keys with your own components.
1010

11-
## Available Components
12-
13-
### Deselect
11+
## Deselect <Badge text="v3.1.0+" />
1412

1513
You may wish to roll your own deselect button. `Deselect` is used within tags on
1614
`multiple` selects, and serves as the clear button for single selects. Maybe you just want to use
@@ -38,7 +36,7 @@ The same approach applies for `multiple` selects:
3836

3937
<MultipleClearButtonOverride />
4038

41-
### OpenIndicator
39+
## OpenIndicator <Badge text="v3.1.0+" />
4240

4341
The `OpenIndicator` component is the 'caret' used within the component that adjusts orientation
4442
based on whether the dropdown is open or closed.

0 commit comments

Comments
 (0)