@vaadin-component-factory/vcf-slider
v23.3.9
Published
Range slider web component for the Vaadin platform.
Readme
<vcf-slider>
Range slider web component for the Vaadin platform.
Installation
Install vcf-slider:
npm i @vaadin-component-factory/vcf-slider --saveUsage
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>Running demo
Fork the
vcf-sliderrepository and clone it locally.Make sure you have yarn installed.
When in the
vcf-sliderdirectory, runyarnto install dependencies.Run
yarn startto open the demo.
License
Apache License 2.0
