0.1.4 • Published 1 year ago

simple-range-slider-real-soft v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

clean_vue2

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Customize configuration

See Configuration Reference.

// for import
import SimpleRangeSlider from 'simple-range-slider-real-soft'
import 'simple-range-slider-real-soft/dist/range-slider.css'
// for use
 <SimpleRangeSlider />

Available props:

  • name - name of the slider input.
  • value - current value of the slider.
  • disabled - if true, the slider value cannot be updated.
  • min - minimum value of the slider.
  • max - maximum value of the slider.
  • step - granularity of the slider value. e.g. if this is 3, the slider value will be 3, 6, 9, ...

Available slots:

  • knob - slot for replacing knob
0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago