1.2.0 • Published 4 years ago

vertical-range-slider v1.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Range Slider

An accessible and flexible range slider web component.

Attributes

min

max

step

value

shadow-value

position-indicator

CSS Variable configurations

  • --rangeInputColor: Change the background colour of the input (default: rgba(0, 0, 0, 0.8))
  • --rangeInputTrackColor: Change the range track colour (default: #fff)
  • --rangeInputWidth: Change the input width (default 3.75rem, usually 60px)
  • --rangeInputHeight: Change the input height (default: 2.66 * width.)
  • --rangeInputIconSize: Change the icon size (default: width / 3 )