Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejoYarce committed Dec 4, 2024
1 parent a641b32 commit 699e0ab
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
10 changes: 10 additions & 0 deletions src/components/Slider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@ type SliderProps = Omit<
/>
```
## Centred
```html
<Slider
min={0}
max={100}
defaultValue={[50]}
isCentred
/>

## Disabled

```html
Expand Down

0 comments on commit 699e0ab

Please sign in to comment.