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 353947e commit 2a50b83Copy full SHA for 2a50b83
src/test/java/com/flowingcode/vaadin/addons/carousel/CarouselDemoView.java
@@ -20,12 +20,14 @@
20
package com.flowingcode.vaadin.addons.carousel;
21
22
import com.flowingcode.vaadin.addons.DemoLayout;
23
+import com.flowingcode.vaadin.addons.GithubLink;
24
import com.flowingcode.vaadin.addons.demo.impl.TabbedDemoImpl;
25
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
26
import com.vaadin.flow.router.Route;
27
28
@SuppressWarnings("serial")
29
@Route(value = "carousel", layout = DemoLayout.class)
30
+@GithubLink("https://github.com/FlowingCode/CarouselAddon")
31
public class CarouselDemoView extends VerticalLayout {
32
33
private static final String LISTENER_DEMO = "Slide Listener";
0 commit comments