3.0.3 • Published 5 months ago

@upyog/digit-ui-module-dss v3.0.3

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

digit-ui-module-dss

Install

npm install --save @egovernments/digit-ui-module-dss

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

then navigate to App.js

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

import { initDSSComponents } from "@egovernments/digit-ui-module-dss";

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

const enabledModules = ["DSS"];

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

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

Changelog

1.7.1 UPYOG base version

Contributors

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

Logo

3.0.3

5 months ago

3.0.2

6 months ago

3.0.1

6 months ago

3.0.0

6 months ago

1.8.14

6 months ago

1.8.12

8 months ago

1.8.10

10 months ago

1.8.11

10 months ago

1.8.9

10 months ago

1.8.8

10 months ago

1.8.5

10 months ago

1.8.4

10 months ago

1.8.3

10 months ago

1.8.2

10 months ago

1.8.1

11 months ago

1.8.0

1 year ago

1.7.3

1 year ago

1.7.1

1 year ago

1.7.0-beta.4

1 year ago

1.7.0-beta.2

1 year ago

1.7.0-beta.3

1 year ago