1.7.2 • Published 2 months ago

@upyog/digit-ui-module-ws v1.7.2

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

digit-ui-module-ws

Install

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

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

then navigate to App.js

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

import { initwsComponents } from "@egovernments/digit-ui-module-ws";

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

const enabledModules = ["ws"];

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

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

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)

Logo

1.7.3

2 months ago

1.7.2

2 months ago

1.7.1

2 months ago

1.7.0-beta.12

2 months ago

1.7.0-beta.10

2 months ago

1.7.0-beta.9

2 months ago

1.7.0-beta.8

2 months ago

2.9.0

3 months ago

1.7.0-beta.7

3 months ago

1.7.0-beta.6

3 months ago

1.7.0-beta.11

3 months ago

1.7.0-beta.5

3 months ago

1.7.0-beta.3

4 months ago

1.7.0-beta.4

4 months ago

1.7.0-beta.2

5 months ago