react-dockable-desktop 6.3.0 → 6.3.1
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 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +12 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# React Dockable Desktop
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/react-dockable-desktop)
|
|
4
4
|
[](https://www.typescriptlang.org/)
|
|
5
5
|
[](#touch--mobile)
|
|
6
6
|
[](#license)
|
|
@@ -15,6 +15,10 @@ A premium dockable layout engine for React. Build desktop-class applications wit
|
|
|
15
15
|
**[Full Documentation](https://felipecarrillo100.github.io/react-dockable-desktop/)** |
|
|
16
16
|
**[API Reference](https://felipecarrillo100.github.io/react-dockable-desktop/api/)**
|
|
17
17
|
|
|
18
|
+
**Using Vue?** [`vue-dockable-desktop`](https://github.com/felipecarrillo100/vue-dockable-desktop)
|
|
19
|
+
is the Vue 3 port — a native Vue library, not a wrapper, and it reads and writes the **same
|
|
20
|
+
serialised layout format**, so a layout saved by either library loads in the other.
|
|
21
|
+
|
|
18
22
|
---
|
|
19
23
|
|
|
20
24
|
## Features
|