GwtMaterialDesign/gwt-material


A Google Material Design wrapper for GWT https://gwtmaterialdesign.github.io/gmd-core-demo/

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.GwtMaterialDesign:gwt-material:2.1-rc1'
	}
	dependencies {
		implementation("com.github.GwtMaterialDesign:gwt-material:2.1-rc1")
	}
	<dependency>
	    <groupId>com.github.GwtMaterialDesign</groupId>
	    <artifactId>gwt-material</artifactId>
	    <version>2.1-rc1</version>
	</dependency>

                            
    libraryDependencies += "com.github.GwtMaterialDesign" % "gwt-material" % "2.1-rc1"
        
        

                            
    :dependencies [[com.github.GwtMaterialDesign/gwt-material "2.1-rc1"]]
        
        

Readme


<img src="https://avatars2.githubusercontent.com/u/11755403?s=100&v=4" /> <h2>gwt-material</h2> <p>A Google Material Design wrapper for GWT</p>

Build Status Join us

<br/>

Migration 2.0 -> 2.1

Demo

Documentation

Support documentation can be found here <br/> We created <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs" > Java Docs </a> for developers

Maven

Current Version 2.8.5

<dependency>
    <groupId>com.github.gwtmaterialdesign</groupId>
    <artifactId>gwt-material</artifactId>
    <version>2.8.5</version>
</dependency>

Snapshot Version 2.8.0-SNAPSHOT

<dependency>
    <groupId>com.github.gwtmaterialdesign</groupId>
    <artifactId>gwt-material</artifactId>
    <version>2.8.0-SNAPSHOT</version>
</dependency>

Changelog

You can find lists of features by version <a href="https://github.com/GwtMaterialDesign/gwt-material/wiki/Changelog">here</a>.

Migration

Migrating from 1.3 to 1.4 <br/> Migrating from 1.x to 2.0

License

Apache 2.0 License

Contributing

Contributions are welcomed by all! If you would like to submit changes be sure to fork this project and create a Pull Request for us to review. PR's will be reviewed by the team as soon as possible. You will also be listed as a contributor on our changelog notes.

Please follow the contribution document on the projects code style standards.

Related Projects

<ul> <li><a href="https://github.com/GwtMaterialDesign/gwt-material-addins" >Addins</a></li> <li><a href="https://github.com/GwtMaterialDesign/gwt-material-themes" >Themes</a></li> <li><a href="https://github.com/GwtMaterialDesign/gwt-material-jquery" >JQuery</a></li> <li><a href="https://github.com/GwtMaterialDesign/gwt-material-table" >Table</a></li> <li><a href="https://github.com/GwtMaterialDesign/gwt-material-amcharts" >AmCharts</a></li> <li><a href="https://github.com/GwtMaterialDesign/gwt-material-demo" >Demo</a></li> <li><a href="https://github.com/GwtMaterialDesign/gwt-material-demo-errai" >Errai Demo</a></li> <li><a href="https://github.com/GwtMaterialDesign/gwt-material-template" >Starter</a></li> <li><a href="https://github.com/GwtMaterialDesign/gwt-material-patterns" >Patterns</a></li> </ul>

JUnit Test

| Project | Number of Tests | | --- | --- | | gwt-material | 1545 | | gwt-material-addins | 1048 | | gwt-material-table | 100 | | Total Unit Tests | 2693 |

Testing Platform

<p>Many thanks to BrowserStack for sponsoring our Open Source projects</p> <a href="https://www.browserstack.com/" target="_blank"> <img width="300px" src="https://www.browserstack.com/images/layout/browserstack-logo-600x315.png"/> </a>