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