Skip to content

Commit eae0c92

Browse files
docs(ui): completed slider docs page
1 parent 2539388 commit eae0c92

File tree

1 file changed

+2
-0
lines changed
  • apps/docs/app/docs/components/slider

1 file changed

+2
-0
lines changed

apps/docs/app/docs/components/slider/page.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ There are 3 `size` options available: `sm`, `md` (default) & `lg`
6969

7070
## Range Slider
7171

72+
Slider accepts value in array and returns value in array in `onValueChange` function, so it can be used as `Range Slider`. You just need to pass more than one values in `value` and `defaultValue` props and put the same number of `<SliderThumb />`.
73+
7274
{% example %}
7375

7476
```jsx

0 commit comments

Comments
 (0)