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
- Host: GitHub
- URL: https://github.com/reflexe/gwt-material-themes
- Owner: Reflexe
- License: apache-2.0
- Created: 2018-07-13T16:12:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T21:18:16.000Z (almost 8 years ago)
- Last Synced: 2025-01-04T20:18:27.500Z (over 1 year ago)
- Language: CSS
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# gwt-material-themes
Gwt Material Design Themes for https://github.com/GwtMaterialDesign/gwt-material
[](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