lion-input-range
component is based on the native range input.
Its purpose is to provide a way for users to select one value from a range of values.
See our storybook for a live demo and API documentation
npm i --save @lion/input-range
import '@lion/input-range/lion-input-range.js';
<lion-input-range min="200" max="500" .modelValue="${300}" label="Input range"></lion-input-range>