experimental-bahmni-next-ui
v0.0.7
Published
Next generation ui components for OpenMRS and Bahmni built using the Carbon design system
Downloads
4
Readme
Next Gen UI library for Bahmni
This is an experimental repository, trying to build the component library for Bahmni with Carbon Design system
Notes on local link
To use a local copy of this lib with your project run the following commands
cd <project-dir>/node_modules/react
yarn link
cd ../react-dom
yarn link
cd <bahmni-next-ui-dir>
yarn link
yarn link react
yarn link react-dom
cd <project-dir>
yarn link bahmni-next-ui