@equinor/echo-framework 0.10.5 → 0.10.7
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 +5 -0
- package/dist/index.js +3 -3
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -4,3 +4,8 @@ Framework provides all the necessary components to put the echo web client toget
|
|
|
4
4
|
|
|
5
5
|
Check the docs for details:
|
|
6
6
|
https://github.com/equinor/EchoFramework/blob/main/doc/echo-framework.md
|
|
7
|
+
|
|
8
|
+
## EchoFramework UI components and tools
|
|
9
|
+
|
|
10
|
+
Framework houses multiple tools for UI bars, panels and menu functionality that can be used in Web and modules. See more in docs:
|
|
11
|
+
https://github.com/equinor/EchoFramework/blob/main/doc/echo-framework-ui.md
|