0.1.9 • Published 2 months ago

bahmni-carbon-ui v0.1.9

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
2 months ago

bahmni-carbon-ui

Next Gen UI library for Bahmni

This is the UI component library for Bahmni and OpenMRS, built on top of Carbon Design system. If any react component coming from Carbon library needs to be updated based on the requirements of Bahmni, it should be done here. Example: Combobox component of Carbon by default does not filter the options based on the provided input text. So, we have extended the Combobox component of Carbon library and added the filtering functionality as a default so that it can be used across Bahmni.

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-carbon-ui dir>
yarn link
yarn link react
yarn link react-dom

cd <project dir>
yarn link bahmni-carbon-ui

Debug changes

0.1.9

2 months ago

0.1.8

3 months ago

0.1.7

3 months ago

0.1.6

3 months ago

0.1.5

4 months ago

0.1.0

10 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.0.9

10 months ago

0.1.4

6 months ago

0.1.3

9 months ago

0.0.8

11 months ago

0.0.7

11 months ago