this.gui 1.3.54 → 1.3.56
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 +2 -2
- package/dist/this.gui.cjs +1 -1
- package/dist/this.gui.es.js +46 -33
- package/dist/types/src/gui/Layout/Sidebars/RightSidebar/components/RightSidebarAction/RightSidebarAction.d.ts +1 -0
- package/dist/types/src/gui/Layout/Sidebars/RightSidebar/components/RightSidebarAction/RightSidebarAction.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# .GUI
|
|
2
2
|
|
|
3
3
|
###### A collection of components and building blocks enabling GUI generation.
|
|
4
|
-
<img src="https://res.cloudinary.com/dkwnxf6gm/image/upload/v1761276578/this.gui.npm.png" alt="This.GUI logo"
|
|
4
|
+
<img src="https://res.cloudinary.com/dkwnxf6gm/image/upload/w_180/v1761276578/this.gui.npm.png" alt="This.GUI logo" width="180" />
|
|
5
5
|
|
|
6
6
|
**Install** via:
|
|
7
7
|
|
|
@@ -36,7 +36,7 @@ import GUI from 'this.gui';
|
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
All components are theme-aware and automatically inherit styles and tokens from the `GuiProvider`
|
|
39
|
-
<img src="https://res.cloudinary.com/dkwnxf6gm/image/upload/v1761281165/geometry_shapes-removebg-preview_anrdke.png" alt="Geometry shapes"
|
|
39
|
+
<img src="https://res.cloudinary.com/dkwnxf6gm/image/upload/w_320/v1761281165/geometry_shapes-removebg-preview_anrdke.png" alt="Geometry shapes" width="320" />
|
|
40
40
|
|
|
41
41
|
## Initialization
|
|
42
42
|
To initialize **This.GUI** in your project, wrap your application with the`GuiProvider` and optionally set a theme:
|