3.0.1 • Published 4 months ago

@upyog/digit-ui-module-receipts v3.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

digit-ui-module-receipts

Install

npm install --save @egovernments/digit-ui-module-receipts

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-receipts":"^1.5.0",

then navigate to App.js

 frontend/micro-ui/web/src/App.js
/** add this import **/

import { initreceiptsComponents } from "@egovernments/digit-ui-module-receipts";

/** inside enabledModules add this new module key **/

const enabledModules = ["receipts"];

/** inside init Function call this function **/

const initDigitUI = () => {
  initreceiptsComponents();
};

Changelog

1.7.1 UPYOG Base version

Contributors

jagankumar-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