3.0.5 • Published 8 months ago
@upyog/digit-ui-module-common v3.0.5
digit-ui-module-common
Install
npm install --save @upyog/digit-ui-module-commonLimitation
This Package is more specific to DIGIT-UI's can be used across mission'sUsage
After adding the dependency make sure you have this dependency in
frontend/micro-ui/web/package.json"@upyog/digit-ui-module-common":"^1.5.0",then navigate to App.js
frontend/micro-ui/web/src/App.js/** add this import **/
import { initcommonComponents } from "@upyog/digit-ui-module-common";
/** inside enabledModules add this new module key **/
const enabledModules = ["Payment"];
/** inside init Function call this function **/
const initDigitUI = () => {
initcommonComponents();
};Changelog
1.7.1 UPYOG Base versionMaintainer
Published from UPYOG Frontend
UPYOG Frontend Repo (https://github.com/upyog/UPYOG/tree/develop)
3.0.5
8 months ago
3.0.4
9 months ago
3.0.3
9 months ago
3.0.2
9 months ago
3.0.1
9 months ago
3.0.0
9 months ago
2.0.0
12 months ago
1.8.10
1 year ago
1.8.11
1 year ago
1.8.12
1 year ago
1.8.1
1 year ago
1.8.0
1 year ago
1.7.1
2 years ago
1.7.0-beta.4
2 years ago
1.7.0-beta.5
2 years ago
1.7.0-beta.3
2 years ago
1.7.0-beta.2
2 years ago