SLIDER
Sliders are used to decide range for something like sound in videos,
price in shopping sites, etc.
To use this slider component in your project import the below stylesheet.
To use this slider component in your project import the below stylesheet.
@import url("https://oxygen-ui-component-library.netlify.app/components/slider/slider.css")
-
Simple SliderThis component can be used to select a value in a given range. This range can be altered according to user's choice.
<div class="sidebar-rating mb-2 p-2"> <div class="sidebar-heading pb-2">Rating</div> <input type="range" name="rating" id="rating" min="0" max="5"> </div>