1.2.9 • Published 6 months ago

@nudmcdgnpm/upyog-ui-module-ew v1.2.9

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

upyog-ui-module-ew

E-Waste Module

The E-Waste module is a part of the UPYOG platform designed to manage and streamline e-waste collection and disposal processes. This module provides tools for efficient tracking, reporting, and management of e-waste operations.

Features

  • E-Waste Collection Requests: Users can raise requests for e-waste collection.
  • Tracking: Monitor the status of e-waste collection requests in real-time.
  • Reporting: Generate reports for e-waste collection and disposal activities.

Installation

npm install --save @nudmcdgnpm/upyog-ui-module-ew

Usage

After adding the dependency make sure you have this dependency in

frontend/micro-ui/web/package.json
"@nudmcdgnpm/upyog-ui-module-ew": "^1.2.6",

then navigate to App.js

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

and index.js

 frontend/micro-ui/web/micro-ui-internals/example/src/index.js
/** add this import **/
import { EWModule, EWLinks, EWComponents } from "@nudmcdgnpm/upyog-ui-module-ew";

/** inside enabledModules add this new module key **/
const enabledModules = ["EW"];

/** inside init Function call this function in setup registry add these **/
window.Digit.ComponentRegistryService.setupRegistry({
  EWModule,
  EWLinks,
  ...EWComponents,
});

Contributors

khalid-rashid

License

This project is licensed under the MIT License. See the LICENSE file for details.

1.2.8

6 months ago

1.2.7

6 months ago

1.2.6

9 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

12 months ago

1.2.9

6 months ago

1.2.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago