React implementation of Material Components for the web. Components are written in React. No foundations/adapters are used.
Project is under active development. Every update can introduce possible breaking changes.
You can check current progress at our interactive playground.
-
Written in TypeScript
-
Pure React implementation
No foundation/adapters under the hood, thus no unnecessary overhead.
-
Stylesheet independent
Since Material Components for the Web can be customized with scss, this project does not depend on specific stylesheet. You can load your own stylesheet or a default one.
-
yarn test
or
-
yarn test:watch
git clone https://github.com/Havret/material-components-react.git
cd material-components-react
yarn
yarn styleguide