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 3a797f4 commit e382b5aCopy full SHA for e382b5a
src/test/java/com/flowingcode/vaadin/addons/twincolgrid/TwincolDemoView.java
@@ -21,6 +21,7 @@
21
package com.flowingcode.vaadin.addons.twincolgrid;
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;
@@ -31,6 +32,7 @@
31
32
@ParentLayout(DemoLayout.class)
33
@Route("twincolgrid")
34
@StyleSheet("context://frontend/styles/demo-styles.css")
35
+@GithubBranch("v3.x")
36
@GithubLink("https://github.com/FlowingCode/TwinColGridAddon")
37
public class TwincolDemoView extends TabbedDemo {
38
0 commit comments