Directory

simple-carousel - Vaadin Add-on Directory

Simple carousel component for Polymer 1.0 simple-carousel - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/fjsc/simple-carousel](https://github.com//fjsc/simple-carousel/blob/1.1.0/README.md) on 2019-05-10 ]** # \ [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://beta.webcomponents.org/element/franjsc/simple-carousel) `` is a simple configurable carousel component for Polymer 1.0. It provides a simple way to insert HTML content in slides and multiple options to configure their functionality and transitions. For example, the following code implements the most simple configuration for the carousel: ```html

1

2

3

``` ## Demo > [Demo 1](https://franjsc.github.io/simple-carousel/components/simple-carousel/) ## Install Install with [Bower](http://bower.io): ```sh $ bower install --save polymer-simple-carousel ``` ## Usage 1. Import Custom Element: ```html ``` ## API Reference > [API Reference](https://franjsc.github.io/simple-carousel/components/simple-carousel/) ## License Apache License 2.0