1.0.0 • Published 2 years ago

talexo-react-components v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

This is a shared react component library for Talexo React Projects.

Add the node_module relative paths in the .env file for all the projects which will be using this shared components.

example "../REPO_NCTLVL_UI_1.0/node_modules/@talexo-react-components"

Add new components in the src/components and export them i src/index.js file.

Run 'npm run build-lib' to build the package and deploy them in respective projects node_modules.

These exported components can now be used in the projects importing this library.