@egovernments/digit-ui-libraries 1.8.0-beta.2 → 1.8.0
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 +44 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- TODO: update this -->
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
# digit-ui-svg-components
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -8,6 +8,31 @@
|
|
|
8
8
|
npm install --save @egovernments/digit-ui-libraries
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
+
## Limitation
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
This Package is more specific to DIGIT-UI's can be used across mission's
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Usage
|
|
18
|
+
|
|
19
|
+
After adding the dependency make sure you have this dependency in
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
frontend/micro-ui/web/package.json
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
```json
|
|
26
|
+
"@egovernments/digit-ui-libraries":"1.8.0",
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
then navigate to App.js
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
frontend/micro-ui/web/src/App.js
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
|
|
11
36
|
## Usage
|
|
12
37
|
|
|
13
38
|
```jsx
|
|
@@ -27,6 +52,22 @@ const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
|
|
|
27
52
|
export default App;
|
|
28
53
|
```
|
|
29
54
|
|
|
55
|
+
### Changelog
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
1.8.0 Released as part of workbench v1.0
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### Published from DIGIT Frontend
|
|
62
|
+
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)
|
|
63
|
+
|
|
64
|
+
### Contributors
|
|
65
|
+
|
|
66
|
+
[jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov]
|
|
67
|
+
|
|
30
68
|
## License
|
|
31
69
|
|
|
32
|
-
MIT © [](https://github.com/)
|
|
70
|
+
MIT © [jagankumar-egov](https://github.com/jagankumar-egov)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+

|