File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 22# gwt-material-addins [ ![ Build Status] ( https://travis-ci.org/GwtMaterialDesign/gwt-material-addins.svg?branch=master )] ( https://travis-ci.org/GwtMaterialDesign/gwt-material-addins )
33Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gwt-material <br >
44
5- ## Usage
5+ ## Current Version
66``` xml
77<dependency >
88 <groupId >com.github.gwtmaterialdesign</groupId >
@@ -11,9 +11,18 @@ Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gw
1111</dependency >
1212```
1313
14+ ## Snapshot Version
15+ ``` xml
16+ <dependency >
17+ <groupId >com.github.gwtmaterialdesign</groupId >
18+ <artifactId >gwt-material-addins</artifactId >
19+ <version >1.5.1-SNAPSHOT</version >
20+ </dependency >
21+ ```
22+
1423Import the theme in your GWT Module
1524``` xml
16- <inherits name =" gwt.material.design.addins.GwtMaterialAddins " />
25+ <inherits name =" gwt.material.design.addins.GWTMaterialAddins " />
1726```
1827Define the ui: binder with single import (e.g Bubble and Timer Picker using a single package import)
1928``` xml
@@ -53,6 +62,9 @@ xmlns:ma="urn:import:gwt.material.design.addins.client"
5362<li >Window</li >
5463</ul >
5564
65+ ##Documentation
66+ We created [ Java Docs] ( http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs-addins/ ) for better understanding the usage of addins.
67+
5668##Package Information
5769### java
5870``` addin_widget ``` - The name of the addin widget
You can’t perform that action at this time.
0 commit comments