3.0.5 • Published 3 months ago

@upyog/digit-ui-module-core v3.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

Maintainer

Published from UPYOG Frontend

UPYOG Frontend Repo (https://github.com/upyog/UPYOG/tree/develop)

3.0.4

3 months ago

3.0.3

3 months ago

3.0.5

3 months ago

3.0.2

4 months ago

3.0.1

5 months ago

3.0.0

5 months ago

1.8.2

8 months ago

1.8.1

9 months ago

1.8.0

12 months ago

1.7.1

1 year ago

1.7.0-beta.3

1 year ago

1.7.0-beta.2

1 year ago