@selco/digit-ui-module-hrms
v1.0.0
Published
HRMS
Downloads
28
Maintainers
Readme
digit-ui-module-hrms
Install
npm install --save @egovernments/digit-ui-module-hrms
Limitation
This Package is more specific to DIGIT-UI's can be used across mission's
Usage
After adding the dependency make sure you have this dependency in
frontend/micro-ui/web/package.json
"@egovernments/digit-ui-module-hrms":"^1.5.0",
then navigate to App.js
frontend/micro-ui/web/src/App.js
/** add this import **/
import { initHRMSComponents } from "@egovernments/digit-ui-module-hrms";
/** inside enabledModules add this new module key **/
const enabledModules = ["HRMS"];
/** inside init Function call this function **/
const initDigitUI = () => {
initHRMSComponents();
};
Changelog
1.8.0 workbench v1.0 release
1.8.0-beta.01 fixed compilation issue
1.8.0-beta workbench base version beta release
1.7.0 urban 2.9
1.6.0 urban 2.8
1.5.27 updated the readme content
1.5.26 some issue
1.5.25 corrected the bredcrumb issue
1.5.24 added the readme file
1.5.23 base version
Contributors
[jagankumar-egov] [naveen-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [vamshikrishnakole-wtt-egov]
Documentation
Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui)
Maintainer
Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)