Directory

← Back

fcarrascosa-slider

A simple Slider made with lit-element

Author

Rating

Popularity

<100

fcarrascosa-slider

Uses lit-element ^2.0.1 Current Version codecov Build status Greenkeeper badge Published on webcomponents.org

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.

<fcarrascosa-slider>
    <fcarrascosa-slider-slide image="https://placehold.it/700x300?text=Image+1" caption="IMAGE 1 CAPTION">
    </fcarrascosa-slider-slide>
    <fcarrascosa-slider-slide image="https://placehold.it/700x300?text=Image+2" caption="IMAGE 2 CAPTION" caption-alignment="right">
    </fcarrascosa-slider-slide>
    <fcarrascosa-slider-slide image="https://placehold.it/700x300?text=Image+3" caption="IMAGE 3 CAPTION" caption-alignment="left">
    </fcarrascosa-slider-slide>
    <fcarrascosa-slider-slide image="https://placehold.it/700x300?text=Image+4">
    </fcarrascosa-slider-slide>
</fcarrascosa-slider>

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

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • lit-element#^2.0.1
Released
2019-05-28
Maturity
IMPORTED
License
ISC License

Compatibility

Framework
Browser
Browser Independent

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
View on GitHub
View on NPM

fcarrascosa-slider version 0.3.0
### Dependencies * lit-css#^0.1.3 * lit-element#^2.0.0-rc.2

fcarrascosa-slider version 0.4.0
### Dependencies * lit-css#^0.1.3 * lit-element#^2.0.0-rc.2

fcarrascosa-slider version 0.5.0
### Dependencies * lit-css#^0.1.3 * lit-element#^2.0.0-rc.2

fcarrascosa-slider version 0.6.0
### Dependencies * lit-element#^2.0.0-rc.5

fcarrascosa-slider version 0.6.1
### Dependencies * lit-element#^2.0.1

fcarrascosa-slider version 0.6.2
### Dependencies * lit-element#^2.0.1

fcarrascosa-slider version 0.6.3
### Dependencies * lit-element#^2.0.1

fcarrascosa-slider version 0.6.4
### Dependencies * lit-element#^2.0.1

fcarrascosa-slider version 0.6.5
### Dependencies * lit-element#^2.0.1

Online