@flux-apb/flux-react-ui-kit
v1.0.37
Published
A component library for FLUX applications and forms. React ui components built with MUI.
Readme
flux-react-ui-kit
This is a component library with react that can be implemented in other projects. A documentation page for all the components is hosted on the github pages of this repository which you can find on https://apb-flux.github.io/flux-react-ui-kit/?path=/docs
How to build the application and docs page
- The application build like any other react application by using
npm run build. - The docs page is generated with storybook. To build these docs use
npm run build-storybook. Build this before pushing to github and then github wil automatically publish any changes from the build on the github pages.
NPM
- The package is located on the website of NPM under the flux-apb user account. You can find the package on https://www.npmjs.com/package/@flux-apb/flux-react-ui-kit
NPM account information:
- username: flux-apb
- email: [email protected]
- password: -x:Dsz67AD2X.we
Publish and use package
- To publish the package to npm use
npm publishafter building the package. - To use it in a project use
npm i @flux-apb/flux-react-ui-kit.
