1.0.0 • Published 4 years ago

material-rollup v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

material-rollup

This project is an example reproduced using MaterialUI and rollup of a bug that is happening to the Material UI library.

Steps to reproduce

Library

$ clone this repo
$ cd material-rollup
$ yarn install
$ yarn build or yarn start (for build the library)

Example (CRA app)

$ cd material-rollup/example
$ yarn install
$ yarn start