Directory

fcarrascosa-slider - Vaadin Add-on Directory

A simple Slider made with lit-element fcarrascosa-slider - Vaadin Add-on Directory
# fcarrascosa-slider [![Uses lit-element ^2.0.1](https://img.shields.io/badge/lit--element-%5E2.0.1-red.svg)](https://www.npmjs.com/package/lit-element) [![Current Version](https://img.shields.io/npm/v/fcarrascosa-slider.svg?colorB=blue)](https://www.npmjs.com/package/fcarrascosa-slider) [![codecov](https://codecov.io/gh/fcarrascosa/fcarrascosa-slider/branch/master/graph/badge.svg)](https://codecov.io/gh/fcarrascosa/fcarrascosa-slider) [![Build status](https://travis-ci.org/fcarrascosa/fcarrascosa-slider.svg?branch=master)](https://travis-ci.org/fcarrascosa/fcarrascosa-slider.) [![Greenkeeper badge](https://badges.greenkeeper.io/fcarrascosa/fcarrascosa-slider.svg)](https://greenkeeper.io/) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/fcarrascosa-slider) ### A WebComponent Slider based on lit-element. This is the Fcarrascosa Slider a simple easy-to-use webcomponents set to make a Web Slider. ## Installation ### Cloning the github repo `git clone https://github.com/fcarrascosa/fcarrascosa-slider` ### Via NPM `npm install fcarrascosa-slider` ## Usage After registering FcarrascosaSlider and FcarrascosaSliderSlide classes into your document, you just have to declare them into your html code and you are ready to go. ```html ``` ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b feature/my-new-feature` 3. Add your changes and commit them `git commit -am 'Add some feature'`* 4. Push your branch `gir push origin feature/my-new-feature` 5. Submit a pull request