Slider
Sliders are input component that helps user enter range of values. For e.g., sliders for volume control or price in an e-commerce website.
Elixir offers one simple input slider - Simple Slider.
Sliders are input component that helps user enter range of values. For e.g., sliders for volume control or price in an e-commerce website.
Elixir offers one simple input slider - Simple Slider.
To generate a custom slider, use the class slider-container and add the input slider within this container.
Copy the code below to generate a custom styles input range slider.