We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588662e commit 34b203dCopy full SHA for 34b203d
src/main/java/com/flowingcode/vaadin/addons/carousel/Carousel.java
@@ -31,6 +31,12 @@
31
import com.vaadin.flow.component.dependency.NpmPackage;
32
import com.vaadin.flow.shared.Registration;
33
34
+/**
35
+ * A component that displays a slideshow of slides.
36
+ * By default the slides will be displayed with navigation buttons, autoplay and swipe enabled.
37
+ * You can configure the slideshow by adding custom parameters, such as duration of transition,
38
+ * start position, maximum height and disabling swipe.
39
+ */
40
@SuppressWarnings("serial")
41
@Tag("l2t-paper-slider")
42
@HtmlImport("bower_components/l2t-paper-slider/l2t-paper-slider.html")
0 commit comments