@lanaco/lnc-react-ui 3.0.1-rc.1 → 3.0.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 +3 -1
- package/lib/index.esm.js +22594 -28631
- package/lib/index.js +66763 -72791
- package/package.json +22 -25
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Lanaco ReactJS UI components library
|
|
2
2
|
|
|
3
|
+
[Deployment](https://lanaco.github.io/lnc-react-ui/?path=/docs/intro--intro)
|
|
4
|
+
|
|
3
5
|
This library includes basic and advanced UI components used with ReactJS frontend framework
|
|
4
6
|
|
|
5
7
|
- [Installing](#installing)
|
|
@@ -11,7 +13,7 @@ This library includes basic and advanced UI components used with ReactJS fronten
|
|
|
11
13
|
## Installing
|
|
12
14
|
|
|
13
15
|
```
|
|
14
|
-
$ npm install
|
|
16
|
+
$ npm install @lanaco/lnc-react-ui
|
|
15
17
|
```
|
|
16
18
|
|
|
17
19
|
|