An open API service indexing awesome lists of open source software.

https://github.com/reflexe/gwt-material-themes

A RTL fork for gwt material themes
https://github.com/reflexe/gwt-material-themes

Last synced: over 1 year ago
JSON representation

A RTL fork for gwt material themes

Awesome Lists containing this project

README

          

# gwt-material-themes

Gwt Material Design Themes for https://github.com/GwtMaterialDesign/gwt-material

[![Build Status](https://travis-ci.org/GwtMaterialDesign/gwt-material-themes.svg?branch=master)](https://travis-ci.org/GwtMaterialDesign/gwt-material-themes)

## Usage
```xml

com.github.gwtmaterialdesign
gwt-material-themes
2.0.1

```

## Changelog
You can view the changelog [here](https://github.com/GwtMaterialDesign/gwt-material-themes/wiki/Changelog)

Import the theme in your GWT Module
```xml

```
## Dynamic Themes
Starting GMD 2.0 we supported dynamic theming.
#### Step 1: Choose GMD Theme Resources you want to include into your app.
```xml

```
#### Step 2: Create your theme switcher (Below is a custom example)
A ComboBox widget that contains lists of theme selection.
[Sample](https://github.com/GwtMaterialDesign/gwt-material-demo/blob/release_2.0/src/main/java/gwt/material/design/demo/client/application/menu/MenuView.java#L74)

#### Step 3: Create your Theme Manager (Below is a custom example)
A Custom theme manager to store selected theme to browser’s cache.
[Theme Manager](https://github.com/GwtMaterialDesign/gwt-material-demo/blob/release_2.0/src/main/java/gwt/material/design/demo/client/ThemeManager.java)

## Follow Us
Google Plus