myUI
Example on how to build your own UI components library and showcase it in the same code structure. Check the medium article.
Getting Started
Installing
yarn
Building
To build the library:
yarn build
To build the docs:
yarn build:docs
Running
To start the documentation where you can show case the elements from lib:
yarn start
Built With
- Webpack 4 - For building the library
- Parcel Bundler - For building the docs
- React
Contributing
All PR's are welcome.
Authors
- Pedro Madruga - twitter
License
This project is licensed under the MIT License - see the LICENSE.md file for details