@enso-ui/ui 7.0.3 → 7.1.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 +3 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
# UI
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-

|
|
5
|
-

|
|
6
|
-

|
|
7
|
-

|
|
8
|
-
|
|
9
3
|
Laravel Enso UI
|
|
10
4
|
|
|
5
|
+
Laravel Enso UI.
|
|
6
|
+
|
|
11
7
|
### Installation, Configuration & Usage
|
|
12
8
|
|
|
13
9
|
Be sure to check out the full documentation for this package available at [docs.laravel-enso.com](https://docs.laravel-enso.com/frontend/ui.html)
|
|
@@ -20,4 +16,4 @@ Thank you to all the people who already contributed to Enso!
|
|
|
20
16
|
|
|
21
17
|
## License
|
|
22
18
|
|
|
23
|
-
[
|
|
19
|
+
[MIT](LICENSE)
|