We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86f04f commit 366362eCopy full SHA for 366362e
1 file changed
src/test/java/com/flowingcode/vaadin/addons/gridhelpers/GridHelpersDemoView.java
@@ -21,6 +21,7 @@
21
package com.flowingcode.vaadin.addons.gridhelpers;
22
23
import com.flowingcode.vaadin.addons.DemoLayout;
24
+import com.flowingcode.vaadin.addons.GithubBranch;
25
import com.flowingcode.vaadin.addons.GithubLink;
26
import com.flowingcode.vaadin.addons.demo.TabbedDemo;
27
import com.vaadin.flow.component.dependency.StyleSheet;
@@ -30,6 +31,7 @@
30
31
@SuppressWarnings("serial")
32
@ParentLayout(DemoLayout.class)
33
@Route("grid-helpers")
34
+@GithubBranch("1.x")
35
@GithubLink("https://github.com/FlowingCode/GridHelpers")
36
@StyleSheet("context://gridhelpers/styles.css")
37
public class GridHelpersDemoView extends TabbedDemo {
0 commit comments