File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/test/java/com/flowingcode/vaadin/addons/chipfield Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2020package com .flowingcode .vaadin .addons .chipfield ;
2121
2222import com .flowingcode .vaadin .addons .DemoLayout ;
23+ import com .flowingcode .vaadin .addons .GithubLink ;
2324import com .vaadin .flow .component .checkbox .Checkbox ;
2425import com .vaadin .flow .component .dependency .StyleSheet ;
2526import com .vaadin .flow .component .html .IFrame ;
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" )
3739public class ChipfieldDemoView extends VerticalLayout {
3840
3941 private static final String DATAPROVIDER_DEMO = "Data Provider" ;
You can’t perform that action at this time.
0 commit comments