A layer of React wrapper for official Material Components - Web
Build React application fast:zap:, customizable easily :lipstick: :ribbon: with Material design's ecosystem.
-
Ensure you have the latest version of Node installed. We also recommend you install Yarn as well.
-
You need to have React project setup,
-
yarn add mrcw
ornpm install mrcw --save
import mrcw
into your project
import { Button } from 'mrcw';
const App = () => {
return (
<div>
<Button>Hello world<Button>
</div>
)
}
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Louis Phang
Contributing to existing issues are most welcome.
This project is licensed under the MIT License - see the LICENSE.md file for details
- If you happen to pump into here but looking for something production ready, there is existing project rmwc by @jamesmfriedman, this project started two years after.
- So why another similiar project? To learn how open source work... Eventually, to contribute.