lion/packages/input-range
2020-04-02 16:25:41 +02:00
..
src fix: normalize subclasser apis 2020-02-27 11:07:12 +01:00
stories fix: update links in stories 2020-01-23 18:24:38 +01:00
test feat(input-range): create input-range component 2019-12-16 17:41:14 +01:00
CHANGELOG.md chore: release new versions 2020-03-25 16:05:28 +00:00
index.js feat(input-range): create input-range component 2019-12-16 17:41:14 +01:00
lion-input-range.js feat(input-range): create input-range component 2019-12-16 17:41:14 +01:00
package.json chore: move all devDependencies to the root 2020-04-02 16:25:41 +02:00
README.md fix: update links in stories 2020-01-23 18:24:38 +01:00

Input range

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.

Live Demo/Documentation

See our storybook for a live demo and API documentation

How to use

Installation

npm i --save @lion/input-range
import '@lion/input-range/lion-input-range.js';

Example

<lion-input-range min="200" max="500" .modelValue="${300}" label="Input range"></lion-input-range>