# @upyog/digit-ui-react-components

> ## Install

Latest version **3.10.0** (published 2025-09-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install @upyog/digit-ui-react-components
pnpm add @upyog/digit-ui-react-components
yarn add @upyog/digit-ui-react-components
bun add @upyog/digit-ui-react-components
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 3.10.0 |
| Published | 2025-09-18 |
| First published | 2024-02-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 5 |
| Unpacked size | 341.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | upyog |

## Links

- npm: https://www.npmjs.com/package/@upyog/digit-ui-react-components
- npm.io page: https://npm.io/package/@upyog/digit-ui-react-components

## Dependencies (5)

- [react-table](https://npm.io/package/react-table.md) 7.7.0
- [react-i18next](https://npm.io/package/react-i18next.md) 11.16.2
- [react-hook-form](https://npm.io/package/react-hook-form.md) 6.15.8
- [react-date-range](https://npm.io/package/react-date-range.md) 1.3.0
- [@googlemaps/js-api-loader](https://npm.io/package/@googlemaps/js-api-loader.md) 1.13.10

## Recent versions

- 3.10.0 (latest) — 2025-09-18
- 1.7.0-beta.3 (upyog-2.0) — 2024-02-29
- 3.0.5 — 2025-09-17
- 3.0.2 — 2025-03-04
- 3.0.1 — 2025-03-03
- 3.0.0 — 2025-01-27
- 1.8.4 — 2024-11-28
- 1.7.24 — 2024-07-08
- 1.8.0 — 2024-07-02
- 1.7.1 — 2024-03-13
- 1.7.0-beta.4 — 2024-03-04
- 1.7.0-beta.2 — 2024-02-29

## README

# digit-ui-react-components

## Install

```bash
npm install --save @upyog/digit-ui-react-components
```

## Limitation

```bash
This Package is more specific to UPYOG 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
"@upyog/digit-ui-react-components":"1.5.24",
```

then navigate to App.js

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

Syntax for importing any component;

```jsx
import React, { Component } from "react";
import MyComponent from "@upyog/digit-ui-react-components";

class Example extends Component {
  render() {
    return <MyComponent />;
  }
}

### Changelog

```bash
1.7.1 UPYOG base version
```

### Contributors

[jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov] 

## Documentation

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

## Maintainer

- [Shivank-NIUA](https://github.com/ShivankShuklaa)


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


![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png)

---
_Source: https://npm.io/package/@upyog/digit-ui-react-components · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
