MDWrapper
November 1st, 2018 | 1 min readExplanation
MDWrapper is a Material Design components library for React, based on Google MDC.
This library is published with the Beerware license, which means you can do whatever you want with the code.
Components
Below, the list of all available components:
Miscellaneous
If you want more,
You can clone the project:
git clone https://github.com/DmnChzl/mdwrapper.git
Install dependencies:
npm install
And launch the project as a web app to see examples:
npm run start
You can also run all unit tests:
npm run test
And finally compile the project:
npm run build
License
"THE BEER-WARE LICENSE" (Revision 42):
<phk@FreeBSD.ORG>
wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day,
and you think this stuff is worth it, you can buy me a beer in return. Damien Chazoule</phk@FreeBSD.ORG
>