@egovernments/digit-ui-libraries 1.7.0-beta.2 → 1.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +43 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
# digit-ui-libraries
|
|
2
1
|
|
|
3
|
-
|
|
2
|
+
# digit-ui-libraries
|
|
4
3
|
|
|
5
4
|
## Install
|
|
6
5
|
|
|
@@ -8,6 +7,31 @@
|
|
|
8
7
|
npm install --save @egovernments/digit-ui-libraries
|
|
9
8
|
```
|
|
10
9
|
|
|
10
|
+
## Limitation
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
This Package is more specific to DIGIT-UI's can be used across mission's
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Usage
|
|
17
|
+
|
|
18
|
+
After adding the dependency make sure you have this dependency in
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
frontend/micro-ui/web/package.json
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
```json
|
|
25
|
+
"@egovernments/digit-ui-libraries":"1.8.0",
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
then navigate to App.js
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
frontend/micro-ui/web/src/App.js
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
|
|
11
35
|
## Usage
|
|
12
36
|
|
|
13
37
|
```jsx
|
|
@@ -27,6 +51,22 @@ const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
|
|
|
27
51
|
export default App;
|
|
28
52
|
```
|
|
29
53
|
|
|
54
|
+
### Changelog
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
1.7.1 UPYOG Base
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Published from DIGIT Frontend
|
|
61
|
+
DIGIT Frontend Repo (https://github.com/upyog/UPYOG/tree/develop)
|
|
62
|
+
|
|
63
|
+
### Contributors
|
|
64
|
+
|
|
65
|
+
[jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov]
|
|
66
|
+
|
|
30
67
|
## License
|
|
31
68
|
|
|
32
|
-
MIT © [](https://github.com/)
|
|
69
|
+
MIT © [jagankumar-egov](https://github.com/jagankumar-egov)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+

|