Package Exports
- @egovernments/digit-ui-module-hrms
- @egovernments/digit-ui-module-hrms/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@egovernments/digit-ui-module-hrms) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.5.25 corrected the bredcrumb issue
1.5.24 added the readme file
1.5.23 base version
Published from DIGIT Core
Digit Dev Repo (https://github.com/egovernments/DIGIT-Dev/tree/digit-ui-core)
License
MIT © jagankumar-egov