1.2.11 • Published 7 months ago

@nudmcdgnpm/upyog-ui-module-ptr v1.2.11

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

digit-ui-module-ptr

Install

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

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

then navigate to App.js

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

import { initPTRComponents } from "@upyog/digit-ui-module-ptr";

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

const enabledModules = ["PTR"];

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

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

Changelog

1.7.1 UPYOG Base version

Documentation

Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui)

Published from DIGIT Frontend

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

Logo

1.2.8

12 months ago

1.2.7

12 months ago

1.2.6

12 months ago

1.2.5

12 months ago

1.2.4

12 months ago

1.2.9

10 months ago

1.2.10

7 months ago

1.2.11

7 months ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago