Add-on Directory

Hmm... That add-on was not found.

Carousel Addon - Vaadin Add-on Directory

Add-on that renders a carousel component Carousel Addon - Vaadin Add-on Directory
This is a carousel add-on, based on the [@xpertsea/paper-slider webcomponent](https://www.npmjs.com/package/@xpertsea/paper-slider) #### Found a bug or have a suggestion? Report it on GitHub For bug reports, feature suggestions, or questions, please open an issue on [GitHub](https://github.com/FlowingCode/CarouselAddon/issues). This makes it easier for us to track and respond efficiently, ensuring you get the best possible support. Your input helps us improve—thank you!
Online Demo
Source Code
Issue Tracker
Author Homepage
Carousel Addon API

Carousel Addon version 1.0.0
Initial release.

Carousel Addon version 2.0.0
Release with support for Vaadin 14+ NPM mode

Carousel Addon version 2.0.1
### Maintenance release. * Replace vaadin dependency with vaadin-core

Carousel Addon version 2.1.0
## New feature * Add position value (index of the slide element) to SlideChangeEvent ([#10](https://github.com/FlowingCode/CarouselAddon/issues/10))

Carousel Addon version 2.1.1
### Bugfixes * Fix position not set in SlideChangeEvent constructor ([#15](https://github.com/FlowingCode/CarouselAddon/issues/15)) * Fix fromClient not used in SlideChangeEvent constructor ([#17](https://github.com/FlowingCode/CarouselAddon/issues/17))

Carousel Addon version 2.1.2
#### Bug fixes: * Correct height handling * Change how properties are handled ([#29](https://github.com/FlowingCode/CarouselAddon/issues/29), [#31](https://github.com/FlowingCode/CarouselAddon/issues/31))

Carousel Addon version 2.1.3
#### Bug fixes: * Make withoutNavigation method hide navigation circles as expected ([#36](https://github.com/FlowingCode/CarouselAddon/issues/36)) * Use setProperty instead of setAttribute ([#38](https://github.com/FlowingCode/CarouselAddon/issues/38))

Carousel Addon version 2.1.4
#### Bug fixes: * Refactor to add paper-slider sources to component * Add detach logic ([#21](https://github.com/FlowingCode/CarouselAddon/issues/21)) * Remove redundant call to updateSlides

Carousel Addon version 3.0.0
#### New features: * BREAKING CHANGE: the web-component is now called fc-l2t-paper-slider * Add support for shadow DOM styling ([#41](https://github.com/FlowingCode/CarouselAddon/issues/41))

Online