Tommy
Tommy
> I've been playing around with it and it's really cool because you can easily create different scenarios of the same component. I agree, I've also been playing with it...
I'm not a typescript user, but indeed it would be great having the typescript description file for all the typescript users out there :) Even if I'm thinking about v2...
TableHeader.cellFormatter can take 3 params, but only the first one is really needed. The 2 others are just in some specific usecases. (String, Object, Number) which are the value in...
I don't mind adding a typescript definition file in this project, if one of you guys want to send a PR for that ;) As @alexeyzimarev mentioned, almost all elements...
I see that typescript are available in the DefinitelyTyped repo. See https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-mdl/
Thanks @kctang. Currently, it's not as easy as it seems to be to offer this possibility. The button is located inside the `Layout` component, but this is an option that...
Yes currently, the only way is by managing the paging yourself. There's no solution in MDL at this moment afaik. Note that the Material Design specs has a section for...
The doc is incorrect. It says the secondary content/action requires 2 or 3 lines, but its not the case. About the missing `secondary-content` in one of the demos, I think...