slider
v3.1.8arrow_drop_downv3.1.8
v3.1.0
STATUS
Passing
DOWNLOADS
143
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 months ago
SIZE
8 KB
Slider is a component to provide input using dragging of a handle.
1 contributor
Like
Use slider in your project ?
Copied
npm i @bit/primefaces.primereact.slider
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.dev
Component Example 
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
React
React
Vue
Angular
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout






chevron_left
chevron_right
Properties
Name | Type | Default value |
---|---|---|
id | string | null |
value | any | null |
min | number | 0 |
max | number | 100 |
orientation | string | "horizontal" |
step | number | null |
range | bool | false |
style | object | null |
className | string | null |
disabled | bool | false |
tabIndex | string | '0' |
onChange | function | null |
onSlideEnd | function | null |