https://github.com/reflexe/gwt-material-addins
A RTL fork for gwt material addins
https://github.com/reflexe/gwt-material-addins
Last synced: 2 days ago
JSON representation
A RTL fork for gwt material addins
- Host: GitHub
- URL: https://github.com/reflexe/gwt-material-addins
- Owner: Reflexe
- License: apache-2.0
- Created: 2018-07-13T16:13:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T21:15:46.000Z (almost 8 years ago)
- Last Synced: 2025-10-28T22:35:06.647Z (8 months ago)
- Language: JavaScript
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# gwt-material-addins
[](https://travis-ci.org/GwtMaterialDesign/gwt-material-addins) [](https://gitter.im/GwtMaterialDesign/gwt-material-addins?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gwt-material
## Current Version
```xml
com.github.gwtmaterialdesign
gwt-material-addins
2.0.1
```
## Snapshot Version
```xml
com.github.gwtmaterialdesign
gwt-material-addins
2.1-SNAPSHOT
```
Import the theme in your GWT Module
```xml
```
Define the ui:binder with single import (e.g Bubble and Timer Picker using a single package import)
```xml
xmlns:ma="urn:import:gwt.material.design.addins.client"
```
| Addin Name | Dependency | Version |
| --- | --- | --- |
| Autocomplete | N/A | N/A |
| Avatar | [JDenticon](https://github.com/dmester/jdenticon) | 1.3.2 |
| Bubble | N/A | N/A |
| Camera | N/A | N/A |
| ComboBox | [Select2](https://github.com/select2/select2) | 4.0.3 |
| Cutout | N/A | N/A |
| Document Viewer | N/A | N/A |
| Dnd | [InteractJs](https://github.com/taye/interact.js) | 1.2.6 |
| EmptyState | N/A | N/A |
| File Uploader | [DropzoneJs](https://github.com/enyo/dropzone) | 4.3.0 |
| Icon Morph | N/A | N/A |
| Masonry | [Masonry](https://github.com/desandro/masonry) | 4.0.0 |
| Menubar | N/A | N/A |
| Overlay | N/A | N/A |
| Path Animator | [CTAJs](https://github.com/chinchang/cta.js) | 0.3.2 |
| Popup Menu | N/A | N/A |
| Rating | N/A | N/A |
| Rich Editor | [Material Note](https://github.com/Cerealkillerway/materialNote) | 1.2.1 |
| Scrollfire | N/A | N/A |
| SideProfile | N/A | N/A |
| SplitPanel | [TouchSplitterJQuery](https://github.com/colelawrence/Touch-Splitter-jQuery) | 0.5.1 |
| Steppers | N/A | N/A |
| Subheader | N/A | N/A |
| Swipeable | N/A | N/A |
| Time Picker | [ClockPicker](https://github.com/weareoutman/clockpicker) | 0.0.7 |
| Tree View | N/A | N/A |
| Waterfall | N/A | N/A |
| Window | N/A | N/A |
## Documentation
We created [Java Docs](http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs-addins/) for better understanding the usage of addins.
##Package Information
### java
``` addin_widget ``` - The name of the addin widget
``` gwt.material.design.addins.client.addin_widget ``` - Main / Parent Package for Entry Point Classes
``` gwt.material.design.addins.client.addin_widget.base ``` - Base Widgets e.g. ButtonBase
``` gwt.material.design.addins.client.addin_widget.base.helper ``` Helper Classes for widgets e.g. UiHelper
``` gwt.material.design.addins.client.addin_widget.base.mixin ``` Java Mixins Classes e.g. TypeMixins
``` gwt.material.design.addins.client.addin_widget.constants ``` Enum Constants e.g. SideNavTypes
``` gwt.material.design.addins.client.addin_widget.events ``` Custom Events for custom widget e.g. ClearActiveEvent
``` gwt.material.design.addins.client.addin_widget.resources ``` Resource Interface definitions for js files e.g. MaterialResources
### resources
``` gwt.material.design.addins.client.addin_widget.resources ``` Where module.gwt.xml is located e.g. GWTMaterialAddins.gwt.xml
``` gwt.material.design.addins.client.addin_widget.resources.img ``` Image Resources of Addins module
``` gwt.material.design.addins.client.addin_widget.resources.js ``` Javascript Files of Addins module
##Follow Us
Google Plus