Skip to content

Commit

Permalink
added readme and updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Mar 13, 2024
1 parent d254f72 commit 2e1f9ca
Show file tree
Hide file tree
Showing 6 changed files with 236 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@

# digit-ui-module-fsm

## Install

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

## Limitation

```bash
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

```bash
frontend/micro-ui/web/package.json
```

```json
"@egovernments/digit-ui-module-fsm":"^1.5.0",
```

then navigate to App.js

```bash
frontend/micro-ui/web/src/App.js
```


```jsx
/** 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

```bash
1.7.1 UPYOG Base version
```

### Contributors

[jagankumar-egov] [Tulika-eGov] [vamshikrishnakole-wtt-egov]

## Documentation

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

## Maintainer

- [jagankumar-egov](https://www.github.com/jagankumar-egov)


### Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/UPYOG/tree/develop)


![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upyog/digit-ui-module-fsm",
"version": "1.7.0-beta.9",
"version": "1.7.1",
"license": "MIT",
"main": "dist/index.js",
"description": "Digit FSM Module",
Expand All @@ -19,7 +19,7 @@
"react-router-dom": "5.3.0"
},
"dependencies": {
"@egovernments/digit-ui-react-components": "1.7.1",
"@egovernments/digit-ui-react-components": "1.7.1",
"microbundle-crl": "0.13.11",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@

# digit-ui-module-obps

## Install

```bash
npm install --save @egovernments/digit-ui-module-obps
```

## Limitation

```bash
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

```bash
frontend/micro-ui/web/package.json
```

```json
"@egovernments/digit-ui-module-obps":"^1.5.0",
```

then navigate to App.js

```bash
frontend/micro-ui/web/src/App.js
```


```jsx
/** add this import **/

import { initobpsComponents } from "@egovernments/digit-ui-module-obps";

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

const enabledModules = ["obps"];

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

const initDigitUI = () => {
initobpsComponents();
};
```




### Changelog

```bash
1.7.1 UPYOG Base version
```

### Contributors

[jagankumar-egov] [Tulika-eGov] [vamshikrishnakole-wtt-egov]

## Documentation

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

## Maintainer

- [jagankumar-egov](https://www.github.com/jagankumar-egov)


### Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/UPYOG/tree/develop)


![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upyog/digit-ui-module-obps",
"version": "1.7.0-beta.2",
"version": "1.7.1",
"description": "",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@

# digit-ui-module-ws

## Install

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

## Limitation

```bash
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

```bash
frontend/micro-ui/web/package.json
```

```json
"@egovernments/digit-ui-module-ws":"^1.5.0",
```

then navigate to App.js

```bash
frontend/micro-ui/web/src/App.js
```


```jsx
/** 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

```bash
1.7.1 UPYOG Base version
```

### Contributors

[jagankumar-egov] [Tulika-eGov] [vamshikrishnakole-wtt-egov]

## Documentation

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

## Maintainer

- [jagankumar-egov](https://www.github.com/jagankumar-egov)


### Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/UPYOG/tree/develop)


![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upyog/digit-ui-module-ws",
"version": "1.7.0-beta.2",
"version": "1.7.1",
"description": "",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -18,8 +18,7 @@
"react-router-dom": "5.3.0"
},
"dependencies": {

"@egovernments/digit-ui-react-components": "1.7.1",
"@egovernments/digit-ui-react-components": "1.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "6.15.8",
Expand Down

0 comments on commit 2e1f9ca

Please sign in to comment.