react-material-components-web
react-material-components-web copied to clipboard
React wrapper of Google's Material Components Web
https://github.com/DefinitelyTyped/DefinitelyTyped https://github.com/DefinitelyTyped/DefinitelyTyped/search?utf8=%E2%9C%93&q=mdc&type= Might make it easier. Has anyone tried AssemblyScript on these to covert to WASM ??
I am using this in one of my project, & it seems it is not behaving well, I getting below error some times, It was all working fine with no...
Warning: Stateless function components cannot be given refs. Attempts to access this ref will fail.
Using the textfield from this package causes a React warning when adding a Textfield Input. ``` Warning: Stateless function components cannot be given refs. Attempts to access this ref will...
In other words, please, remove src/ from .npmignore. The folder absence leads to a lot of warnings, like ``` WARNING in ./~/@react-mdc/base/lib/index.js (Emitted value instead of an instance of Error)...
2.0 ETA
any rough estimate how long before 2.0? we are wondering if we should wait or use another framework. 2 weeks? 2 months? 6 months? Cheers!
Example from https://react-mdc.github.io/#/dialog ```js ... onClose = () => { console.log('close') this.setState({open: false}) } ``` When close a dialog, console outputs two `close` string. Due to the way it implemented,...
Unit tests are needed. We have to test * DOM generation * Foundation integration using mock foundation I'm planning to use [Jest](https://facebook.github.io/jest/) for unit testing
We are using lerna for managing packages under `@react-mdc`. When we try to use `tsc --watch` for each packages, they start processes separately for all packages. So, at the beginning...
Implement [MDCGridList](https://github.com/material-components/material-components-web/tree/master/packages/mdc-grid-list) Component