@upyog/digit-ui-module-obps v3.0.3
digit-ui-module-obps
Install
npm install --save @upyog/digit-ui-module-obps
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-obps":"^1.5.0",
then navigate to App.js
frontend/micro-ui/web/src/App.js
/** add this import **/
import { initobpsComponents } from "@upyog/digit-ui-module-obps";
/** inside enabledModules add this new module key **/
const enabledModules = ["obps"];
/** inside init Function call this function **/
const initDigitUI = () => {
initobpsComponents();
};
Changelog
1.7.1 UPYOG Base version
Contributors
jagankumar-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)
4 months ago
5 months ago
5 months ago
5 months ago
5 months ago
6 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago