gwt-polymer-elements
gwt-polymer-elements copied to clipboard
Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
When going through the example in the [GWTProject ](http://www.gwtproject.org/doc/latest/polymer-tutorial/widgets-buildui.html) page, I get the following error in the step where the ripple effect is added. The UI works as expected up...
Hi, I am trying to work with gwt-polymer-elements. Therefore I followed the getting started tutorial. I also checked you [http://manolo.github.io/gwt-polymer-todo-list/demo/TodoListWidgets.html](http://manolo.github.io/gwt-polymer-todo-list/demo/TodoListWidgets.html) The Chrome console has got some warnings: ``` todolistwidgets-0.js:572 [Deprecation]...
This change is [](https://reviewable.io/reviews/manolo/gwt-polymer-elements/160)
Javadoc link was pointing to Vaadin's (nonexistent) repo --- This change is [](https://reviewable.io/reviews/manolo/gwt-polymer-elements/159)
Hi, I have added a paper-button to iron-list template. .iron-list-sample paper-scroll-header-panel { @apply(--layout-fit); @apply(--layout-vertical); @apply(--paper-font-common-base); margin-top: 50px; } .iron-list-sample iron-list { background-color: var(--paper-grey-200, #eee); padding-bottom: 16px; } .iron-list-sample .item {...
Does it work with errai framework?
When a polymer component is used on a panel, using it again in another Composite panel results in weird behavior. It seems like once a polymer component is 'mixed in'...
I'm seeing some odd behavior when placing a PaperDropdownMenu inside a PaperDialog. Dynamically added PaperItems appear in the list selection but cannot be selected. These items are added in a...
Hi! This project looks interesting! But like other Material Design/Polymer GWT wrappers I've seen, some of the widgets lack GWT functionality. Take a look at GWT's built in TextBox for...
If you add a PaperRadioGroup dynamic, the containing PaperRadioButtons behave as if they are not in a group. [example project](https://github.com/hoppermann/radiobuttontest)