preact-mdl icon indicating copy to clipboard operation
preact-mdl copied to clipboard

:boom: A collection of Preact Components that encapsulate Google's Material Design Lite.

Results 11 preact-mdl issues
Sort by recently updated
recently updated
newest added

This is for information for anyone else pulling their hair out - there's a fundamental flaw in the implementation of the tabs in MDL that you will hit in any...

setting vnode.attributes is not allowed, use vnode.props

When I use the ``Slider`` component and a rerender happens (state or props change), then the slider will be duplicated. Might possibly be the same error source as #7? (A...

Replication Instructions: 1. You can see this issue in a staging version of my app. Go [here](https://tower-887e1.firebaseapp.com/), and click the first item on this list, when it appears. 2. Go...

Hey! Documentation is something really needed here. reading index.js for props is not really awesome! do we have something in mind for documentation? a microsite? another readme? #HappyToHelp

Hi. I came across an issue that, if I use className, when the preact components re-renders, the class attributes in my elements are lost. If I use "class", everything just...

The [Chips Component](https://getmdl.io/components/index.html#chips-section) is missing from the source code. If i can find the time i will try to implement it myself.

Hi, I would like to use data-attributes with a CheckBox component, but preact-mdl doesn't propogate these through to the input element. Are there any plans to support this?

Preact 7 actually makes MDL vastly easier to work with, because it no longer requires crazy DOM crawling code to evade the recycler. `preact-mdl` needs to release a new major...