1.9.5 • Published 10 months ago

@indicsoft/digit-ui-module-core v1.9.5

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

digit-ui-module-core

Install

npm install --save @upyog/digit-ui-module-core

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
"@upyog/digit-ui-module-core":"^1.5.0",

then navigate to App.js

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

import { DigitUI } from "@upyog/digit-ui-module-core";


/** inside render Function add  the import for the component **/

  ReactDOM.render(<DigitUI stateCode={stateCode} enabledModules={enabledModules} moduleReducers={moduleReducers} />, document.getElementById("root"));

Changelog

1.7.1 UPYOG Base version

Contributors

jagankumar-egov Tulika-eGov nabeelmd-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/upyog/UPYOG/tree/develop)

Logo