Range slider web component for the Vaadin platform.
Install vcf-slider
:
npm i @vaadin-component-factory/vcf-slider --save
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-slider';
Add <vcf-slider>
element to the page.
<vcf-slider ranges="1" step="2"></vcf-slider>
-
Fork the
vcf-slider
repository and clone it locally. -
Make sure you have yarn installed.
-
When in the
vcf-slider
directory, runyarn
to install dependencies. -
Run
yarn start
to open the demo.
Apache License 2.0