An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# <vcf-slider>

[![npm version](https://badgen.net/npm/v/@vaadin-component-factory/vcf-slider)](https://www.npmjs.com/package/@vaadin-component-factory/vcf-slider) [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadin-component-factoryvcf-slider)

Range slider web component for the Vaadin platform.

drawing

[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