lion/packages/input-range
2020-02-19 21:51:48 +01:00
..
src feat(input-range): create input-range component 2019-12-16 17:41:14 +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-02-10 14:21:07 +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: add local test script to all packages 2020-02-19 21:51:48 +01: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>