UNPKG

@julo-ui/sliders

Version:

A React Slider component that implements input[type='range']

7 lines (5 loc) 118 B
// src/range-slider/constants.ts var RANGE_SLIDER_DEFAULT_VALUE = [25, 75]; export { RANGE_SLIDER_DEFAULT_VALUE };