Skip to content

Commit 699af4a

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
feat(demo): add github link
1 parent 6b04364 commit 699af4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/flowingcode/vaadin/addons/chipfield/ChipfieldDemoView.java

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

2222
import com.flowingcode.vaadin.addons.DemoLayout;
23+
import com.flowingcode.vaadin.addons.GithubLink;
2324
import com.vaadin.flow.component.checkbox.Checkbox;
2425
import com.vaadin.flow.component.dependency.StyleSheet;
2526
import com.vaadin.flow.component.html.IFrame;
@@ -34,6 +35,7 @@
3435
@SuppressWarnings("serial")
3536
@StyleSheet("context://frontend/styles/demo-styles.css")
3637
@Route(value = "chipfield", layout = DemoLayout.class)
38+
@GithubLink("https://github.com/FlowingCode/ChipFieldAddon")
3739
public class ChipfieldDemoView extends VerticalLayout {
3840

3941
private static final String DATAPROVIDER_DEMO = "Data Provider";

0 commit comments

Comments
 (0)