{"id":19221418,"url":"https://github.com/reflexe/gwt-material-addins","last_synced_at":"2026-06-15T16:31:59.329Z","repository":{"id":177977868,"uuid":"140868335","full_name":"Reflexe/gwt-material-addins","owner":"Reflexe","description":"A RTL fork for gwt material addins ","archived":false,"fork":false,"pushed_at":"2018-07-13T21:15:46.000Z","size":2894,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T22:35:06.647Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Reflexe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-13T16:13:41.000Z","updated_at":"2018-07-13T21:16:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5b00054-b74c-4e8d-9b1f-0399883e53f8","html_url":"https://github.com/Reflexe/gwt-material-addins","commit_stats":null,"previous_names":["reflexe/gwt-material-addins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Reflexe/gwt-material-addins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2Fgwt-material-addins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2Fgwt-material-addins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2Fgwt-material-addins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2Fgwt-material-addins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reflexe","download_url":"https://codeload.github.com/Reflexe/gwt-material-addins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2Fgwt-material-addins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34372121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T14:42:19.832Z","updated_at":"2026-06-15T16:31:59.309Z","avatar_url":"https://github.com/Reflexe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"http://i.imgur.com/k7iZMbE.png\" /\u003e\n\n# gwt-material-addins \n\n[![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\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nGwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gwt-material \u003cbr\u003e\n\n## Current Version\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.gwtmaterialdesign\u003c/groupId\u003e\n    \u003cartifactId\u003egwt-material-addins\u003c/artifactId\u003e\n    \u003cversion\u003e2.0.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Snapshot Version\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.gwtmaterialdesign\u003c/groupId\u003e\n    \u003cartifactId\u003egwt-material-addins\u003c/artifactId\u003e\n    \u003cversion\u003e2.1-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nImport the theme in your GWT Module\n```xml\n\u003cinherits name=\"gwt.material.design.addins.GwtMaterialAddins\"/\u003e\n```\nDefine the ui:binder with single import (e.g Bubble and Timer Picker using a single package import)\n```xml\nxmlns:ma=\"urn:import:gwt.material.design.addins.client\"\n\n\u003c!-- Bubble --\u003e\n\u003cma:bubble.MaterialBubble \u003e\n  \u003cm:MaterialLabel text=\"Bubble\" /\u003e\n\u003c/ma:bubble.MaterialBubble\u003e\n\u003c!-- Time Picker --\u003e\n\u003cma:timpicker:MaterialTimePicker placeholder=\"Time Arrival\"/\u003e\n```\n\n| Addin Name | Dependency | Version |\n| --- | --- | --- |\n| Autocomplete | N/A | N/A |\n| Avatar | [JDenticon](https://github.com/dmester/jdenticon) | 1.3.2 |\n| Bubble | N/A | N/A |\n| Camera | N/A | N/A |\n| ComboBox | [Select2](https://github.com/select2/select2) | 4.0.3 |\n| Cutout | N/A | N/A |\n| Document Viewer | N/A | N/A |\n| Dnd | [InteractJs](https://github.com/taye/interact.js) | 1.2.6 |\n| EmptyState | N/A | N/A |\n| File Uploader | [DropzoneJs](https://github.com/enyo/dropzone) | 4.3.0 |\n| Icon Morph | N/A | N/A |\n| Masonry | [Masonry](https://github.com/desandro/masonry) | 4.0.0 |\n| Menubar | N/A | N/A |\n| Overlay | N/A | N/A |\n| Path Animator | [CTAJs](https://github.com/chinchang/cta.js) | 0.3.2 |\n| Popup Menu | N/A | N/A |\n| Rating | N/A | N/A |\n| Rich Editor | [Material Note](https://github.com/Cerealkillerway/materialNote) | 1.2.1 |\n| Scrollfire | N/A | N/A |\n| SideProfile | N/A | N/A |\n| SplitPanel | [TouchSplitterJQuery](https://github.com/colelawrence/Touch-Splitter-jQuery) | 0.5.1 |\n| Steppers | N/A | N/A |\n| Subheader | N/A | N/A |\n| Swipeable | N/A | N/A |\n| Time Picker | [ClockPicker](https://github.com/weareoutman/clockpicker) | 0.0.7 |\n| Tree View | N/A | N/A |\n| Waterfall | N/A | N/A |\n| Window | N/A | N/A |\n\n## Documentation\nWe created [Java Docs](http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs-addins/) for better understanding the usage of addins.\n\n##Package Information\n### java\n``` addin_widget ``` - The name of the addin widget\n``` gwt.material.design.addins.client.addin_widget ``` - Main / Parent Package for Entry Point Classes \u003cbr/\u003e\n``` gwt.material.design.addins.client.addin_widget.base ``` - Base Widgets e.g. ButtonBase \u003cbr/\u003e\n``` gwt.material.design.addins.client.addin_widget.base.helper ``` Helper Classes for widgets e.g. UiHelper \u003cbr/\u003e\n``` gwt.material.design.addins.client.addin_widget.base.mixin ``` Java Mixins Classes e.g. TypeMixins \u003cbr/\u003e\n``` gwt.material.design.addins.client.addin_widget.constants ``` Enum Constants e.g. SideNavTypes \u003cbr/\u003e\n``` gwt.material.design.addins.client.addin_widget.events ``` Custom Events for custom widget e.g. ClearActiveEvent \u003cbr/\u003e\n``` gwt.material.design.addins.client.addin_widget.resources ``` Resource Interface definitions for js files e.g. MaterialResources \u003cbr/\u003e\n\n### resources\n``` gwt.material.design.addins.client.addin_widget.resources ``` Where module.gwt.xml is located e.g. GWTMaterialAddins.gwt.xml \u003cbr/\u003e\n``` gwt.material.design.addins.client.addin_widget.resources.img ``` Image Resources of Addins module \u003cbr/\u003e\n``` gwt.material.design.addins.client.addin_widget.resources.js ``` Javascript Files of Addins module \u003cbr/\u003e\n\n##Follow Us\n\u003ca href=\"https://plus.google.com/u/0/communities/108005250093449814286\"\u003e Google Plus\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflexe%2Fgwt-material-addins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freflexe%2Fgwt-material-addins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflexe%2Fgwt-material-addins/lists"}