@egovernments/digit-ui-health-css
Version:
## Install
69 lines (46 loc) • 1.5 kB
Markdown
# digit-ui-health-css
## Install
```bash
npm install --save @egovernments/digit-ui-health-css
```
## Limitation
```bash
This Package is more specific to DIGIT-UI's can be used across mission's
It is the base css for all Digit UI's
```
## Usage
After adding the dependency make sure you have this dependency in
```bash
frontend/micro-ui/web/package.json
```
```json
"@egovernments/digit-ui-health-css":"^0.1.0",
```
then navigate to App.js
```bash
frontend/micro-ui/web/public/index.html
```
```jsx
/** add this import **/
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-health-css@0.3.0/dist/index.css" />
```
## List of features available in this package were as follows
1. Campaign Management
2. Checklist Management
3. Boundary Management
4. Microplanning
5. Campaign Settings
### Contributors
- [jagankumar-egov](https://github.com/jagankumar-egov)
- [nabeelmd-egov](https://github.com/nabeelmd-egov)
- [Bhavya-egov](https://github.com/Bhavya-egov)
- [nipunarora-eGov](https://github.com/nipunarora-eGov)
- [Swathi-egov](https://github.com/Swathi-egov)
- [suryansh-egov](https://github.com/suryansh-egov)
- [ramkrishna-egov](https://github.com/ramkrishna-egov)
- [rachna-egov](https://github.com/rachna-egov)
- [pitabash-eGov](https://github.com/pitabash-eGov)
### Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/console)
## License
MIT © [jagankumar-egov](https://github.com/jagankumar-egov)