@upyog/digit-ui-module-hrms

1.7.1 • Public • Published

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.7.1 UPYOG Base version

Contributors

[jagankumar-egov] [Tulika-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/UPYOG/tree/develop)

Logo

Readme

Keywords

none

Package Sidebar

Install

npm i @upyog/digit-ui-module-hrms

Weekly Downloads

36

Version

1.7.1

License

MIT

Unpacked Size

85.7 kB

Total Files

3

Last publish

Collaborators

  • upyog