Skip to content

Commit 3cbce19

Browse files
committed
Merge branch 'master' into release_1.5.1
2 parents f0261ce + a2d0e6a commit 3cbce19

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)
33
Gwt 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+
1423
Import 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
```
1827
Define 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

0 commit comments

Comments
 (0)