You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Object plugin provides seamless integration with ObjectQL backends through smart components that automatically generate UI from ObjectQL object schemas. It's the official plugin for building data-driven applications with ObjectUI.
15
+
The Views package provides seamless integration with ObjectQL backends through smart components that automatically generate UI from ObjectQL object schemas. It's a core package for building data-driven applications with ObjectUI.
16
16
17
17
## Components
18
18
@@ -32,17 +32,17 @@ Enterprise-grade table component with unified schema supporting both traditional
32
32
**Single unified type:**
33
33
-`type: 'object-grid'` - Supports both traditional and grid modes
34
34
35
-
[Learn more about ObjectTable →](/docs/plugins/plugin-object/object-grid)
35
+
[Learn more about ObjectTable →](/docs/plugins/views/object-grid)
36
36
37
37
### ObjectForm
38
38
Smart forms with validation and schema integration. Supports both create and edit modes with automatic field generation.
39
39
40
-
[Learn more about ObjectForm →](/docs/plugins/plugin-object/object-form)
40
+
[Learn more about ObjectForm →](/docs/plugins/views/object-form)
41
41
42
42
### ObjectView
43
43
Complete CRUD views combining list, detail, and edit modes in a single component. Ideal for building full-featured data management interfaces.
44
44
45
-
[Learn more about ObjectView →](/docs/plugins/plugin-object/object-view)
45
+
[Learn more about ObjectView →](/docs/plugins/views/object-view)
0 commit comments