From 699e0abc4be52e6e78bb00f554e0c382eeb97a09 Mon Sep 17 00:00:00 2001 From: AlejoYarce Date: Wed, 4 Dec 2024 15:03:27 -0500 Subject: [PATCH] docs update --- README.md | 23 ++++++++++++----------- src/components/Slider/README.md | 10 ++++++++++ 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ce85e19..9edd6a7 100644 --- a/README.md +++ b/README.md @@ -93,29 +93,30 @@ function App() { - [Banner](https://github.com/wri/wri-design-systems/tree/main/src/components/Banner) - [NavigationRail](https://github.com/wri/wri-design-systems/tree/main/src/components/NavigationRail) +- [Slider](https://github.com/wri/wri-design-systems/tree/main/src/components/Slider) - [TabBar](https://github.com/wri/wri-design-systems/tree/main/src/components/TabBar) - [Tag](https://github.com/wri/wri-design-systems/tree/main/src/components/Tag) +### Buttons + +- [Button](https://github.com/wri/wri-design-systems/tree/main/src/components/Buttons/Button) +- [CloseButton](https://github.com/wri/wri-design-systems/tree/main/src/components/Buttons/CloseButton) +- [IconButton](https://github.com/wri/wri-design-systems/tree/main/src/components/Buttons/IconButton) + ### Controls - [Checkbox](https://github.com/wri/wri-design-systems/tree/main/src/components/Checkbox) - [Radio](https://github.com/wri/wri-design-systems/tree/main/src/components/Radio) - [Switch](https://github.com/wri/wri-design-systems/tree/main/src/components/Switch) -### Layers - -- [LayerItem](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerItem) -- [LayerGroup](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerGroup) -- [LayerPanel](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerPanel) -- [LayerSidebar](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerSidebar) - ### Inputs - [Input](https://github.com/wri/wri-design-systems/tree/main/src/components/Input) - [Textarea](https://github.com/wri/wri-design-systems/tree/main/src/components/Textarea) -### Buttons +### Layers -- [Button](https://github.com/wri/wri-design-systems/tree/main/src/components/Buttons/Button) -- [CloseButton](https://github.com/wri/wri-design-systems/tree/main/src/components/Buttons/CloseButton) -- [IconButton](https://github.com/wri/wri-design-systems/tree/main/src/components/Buttons/IconButton) +- [LayerItem](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerItem) +- [LayerGroup](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerGroup) +- [LayerPanel](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerPanel) +- [LayerSidebar](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerSidebar) diff --git a/src/components/Slider/README.md b/src/components/Slider/README.md index ea5079a..ca35ed4 100644 --- a/src/components/Slider/README.md +++ b/src/components/Slider/README.md @@ -101,6 +101,16 @@ type SliderProps = Omit< /> ``` +## Centred + +```html + + ## Disabled ```html