UNPKG

@egovernments/digit-ui-health-css

Version:

## Install

60 lines (39 loc) 1.04 kB
# 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.1.0/dist/index.css" /> ``` ### Changelog ```bash ## 0.3.0 - 2024-12-03 #### Base Admin console & microplan web ## 0.1.0 #### Base version ``` ## Contributors [jagankumar-egov] [nipunarora-eGov] [nabeelmd-eGov] [Bhavya-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)