Directory

← Back

Carousel-3D

3D carousel component

Author

Rating

A carousel is a slideshow for cycling through a series of Vaadin components horizontally or vertically with a 3D effect.

Sample code

Carousel carousel = Carousel.create()
        		.withAutoplay()
        		.withDuration(3, TimeUnit.SECONDS);
// adjust the width and height (optionally)
carousel.setWidth(600);
carousel.setHeight(375);
Image image = new Image("https://picsum.photos/600/400"), "A Random Image");
carousel.add(image);

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

minor bugfixes

Released
2021-07-23
Maturity
BETA
License
Apache License 2.0

Compatibility

Framework
Vaadin 14+
Browser
N/A

Carousel-3D - Vaadin Add-on Directory

3D carousel component Carousel-3D - Vaadin Add-on Directory
Online