https://github.com/vaadin-component-factory/vcf-slider
Range slider web component for Vaadin platform.
https://github.com/vaadin-component-factory/vcf-slider
lit typescript vaadin webcomponents
Last synced: 3 months ago
JSON representation
Range slider web component for Vaadin platform.
- Host: GitHub
- URL: https://github.com/vaadin-component-factory/vcf-slider
- Owner: vaadin-component-factory
- License: apache-2.0
- Created: 2021-01-20T15:32:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T07:05:39.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T12:47:16.442Z (3 months ago)
- Topics: lit, typescript, vaadin, webcomponents
- Language: TypeScript
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# <vcf-slider>
[](https://www.npmjs.com/package/@vaadin-component-factory/vcf-slider) [](https://vaadin.com/directory/component/vaadin-component-factoryvcf-slider)
Range slider web component for the Vaadin platform.
[DEMO ↗](https://vcf-slider.netlify.com)
## Installation
Install `vcf-slider`:
```sh
npm i @vaadin-component-factory/vcf-slider --save
```## Usage
Once installed, import it in your application:
```js
import '@vaadin-component-factory/vcf-slider';
```Add `` element to the page.
```html
```
## Running demo
1. Fork the `vcf-slider` repository and clone it locally.
1. Make sure you have [yarn](https://yarnpkg.com/) installed.
1. When in the `vcf-slider` directory, run `yarn` to install dependencies.
1. Run `yarn start` to open the demo.
## License
Apache License 2.0