bahmni-form-controls2
v0.93.12
Published
Repository for form controls
Downloads
3
Readme
Form Controls
This library provides a range of form controls that can be used to create customized forms within the Bahmni platform. More details can be found here
File naming conventions
- All components should be in Pascal Case (camel case starting with uppercase letter)
- Other files including styles should be in Camel Case starting with lowercase letter
- Test files should have the same name as the file followed by .spec.js
Setup Steps
- Install nvm
- Install node
- Install yarn - https://yarnpkg.com/en/docs/install
Build
- Install dependencies -
yarn
- Build -
yarn build
- Test -
yarn test