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

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

Awesome Lists containing this project

README

          

# gwt-material-addins

[![Build Status](https://travis-ci.org/GwtMaterialDesign/gwt-material-addins.svg?branch=master)](https://travis-ci.org/GwtMaterialDesign/gwt-material-addins) [![Join the chat at https://gitter.im/GwtMaterialDesign/gwt-material-addins](https://badges.gitter.im/GwtMaterialDesign/gwt-material-addins.svg)](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