Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (woi-react-storybook) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WE OVER I React Component Libraries
Prerequisites
This project requires NodeJS (version 18 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
9.6.7
v18.17.1
Installation
$ npm install --save woi-react-storybook
Documentation
Components - Buttons: WOI Button components. - Checkbox: WOI Checkbox components. - Switch: WOI Switch components. - TextField: WOI TextField components.
📒- 👏 Contributing
- 📝 License
Contributing
Contributions to We Over I React Component Libraries are always welcome!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add your changes:
git add .
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 😎
Development scripts
yarn
- install all dependencies
or
npm install
- install all dependenciesyarn storybook
- start the storybook server on port 6006yarn build
- build the storybook for production ornpm run storybook
- start the storybook server on port 6006npm run build
- build the storybook for production
Authors
- Muhammad Farooq - Muhammad Farooq
- Usman Wadood - Usman Wadood
Contact
- Muhammad Saad - saad@we-over-i.com
- WE OVER I Engineering Lab - tech@we-over-i.com
License
This project is licensed under the MIT license, Copyright (c) 2023 We Over I.
For more information see LICENSE.md
.
Publish to NPM
npm login
npm publish --access public