From 7d72db3134531f4533703d62921053b29333f2a0 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Sun, 28 Apr 2019 14:45:14 -0700 Subject: [PATCH] add badges to components to indicate version support (#859) --- docs/guide/components.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/guide/components.md b/docs/guide/components.md index 8455044..dd97c06 100644 --- a/docs/guide/components.md +++ b/docs/guide/components.md @@ -8,9 +8,7 @@ Your object will be merged with the object that is exported below: You can override the value of any of these keys with your own components. -## Available Components - -### Deselect +## Deselect You may wish to roll your own deselect button. `Deselect` is used within tags on `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: -### OpenIndicator +## OpenIndicator The `OpenIndicator` component is the 'caret' used within the component that adjusts orientation based on whether the dropdown is open or closed.