Skip to content

Commit 2a50b83

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
feat(demo): add github link
1 parent 353947e commit 2a50b83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/flowingcode/vaadin/addons/carousel/CarouselDemoView.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
2020
package com.flowingcode.vaadin.addons.carousel;
2121

2222
import com.flowingcode.vaadin.addons.DemoLayout;
23+
import com.flowingcode.vaadin.addons.GithubLink;
2324
import com.flowingcode.vaadin.addons.demo.impl.TabbedDemoImpl;
2425
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
2526
import com.vaadin.flow.router.Route;
2627

2728
@SuppressWarnings("serial")
2829
@Route(value = "carousel", layout = DemoLayout.class)
30+
@GithubLink("https://github.com/FlowingCode/CarouselAddon")
2931
public class CarouselDemoView extends VerticalLayout {
3032

3133
private static final String LISTENER_DEMO = "Slide Listener";

0 commit comments

Comments
 (0)