3.0.2 • Published 3 months ago

@upyog/digit-ui-module-fsm v3.0.2

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

digit-ui-module-fsm

Install

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

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

then navigate to App.js

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

import { initfsmComponents } from "@egovernments/digit-ui-module-fsm";

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

const enabledModules = ["fsm"];

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

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

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

3.0.2

3 months ago

2.0.0

5 months ago

3.0.1

4 months ago

3.0.0

5 months ago

1.8.19

5 months ago

1.8.10

9 months ago

1.8.11

9 months ago

1.8.12

9 months ago

1.8.14

9 months ago

1.8.16

9 months ago

1.8.17

8 months ago

1.8.18

8 months ago

1.8.4

10 months ago

1.8.3

11 months ago

1.8.2

11 months ago

1.8.1

11 months ago

1.8.0

12 months ago

1.7.3

1 year ago

1.7.0-beta.18

1 year ago

1.7.2

1 year ago

1.7.1

1 year ago

1.7.0-beta.17

1 year ago

1.7.0-beta.14

1 year ago

1.7.0-beta.13

1 year ago

2.9.0

1 year ago

1.7.0-beta.12

1 year ago

1.7.0-beta.10

1 year ago

1.7.0-beta.11

1 year ago

1.7.0-beta.8

1 year ago

1.7.0-beta.9

1 year ago

1.7.0-beta.7

1 year ago

1.7.0-beta.6

1 year ago

1.7.0-beta.5

2 years ago