Skip to content

Commit 34b203d

Browse files
javier-godoypaodb
authored andcommitted
docs: improve javadocs
1 parent 588662e commit 34b203d

File tree

1 file changed

+6
-0
lines changed
  • src/main/java/com/flowingcode/vaadin/addons/carousel

1 file changed

+6
-0
lines changed

src/main/java/com/flowingcode/vaadin/addons/carousel/Carousel.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
import com.vaadin.flow.component.dependency.NpmPackage;
3232
import com.vaadin.flow.shared.Registration;
3333

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+
*/
3440
@SuppressWarnings("serial")
3541
@Tag("l2t-paper-slider")
3642
@HtmlImport("bower_components/l2t-paper-slider/l2t-paper-slider.html")

0 commit comments

Comments
 (0)