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 `BlockSchema` defines reusable component blocks that can be configured with variables, support content injection through slots, and shared via a marketplace.
@@ -17,6 +19,143 @@ BlockSchema enables:
17
19
-**Marketplace support** - Share and discover blocks
18
20
-**Version control** - Track block versions
19
21
22
+
## Interactive Examples
23
+
24
+
### Feature Card Block
25
+
26
+
<InteractiveDemo
27
+
title="Feature Card Block"
28
+
description="A reusable block with configurable icon, title, description, and CTA button"
Blocks are complete, ready-to-use UI patterns built with ObjectUI components. Unlike individual components, blocks are composed sections like login forms, pricing tables, dashboard cards, and more—ready to be dropped into your application.
13
15
16
+
### Quick Preview
17
+
18
+
<InteractiveDemo
19
+
title="Block Gallery"
20
+
description="A selection of ready-to-use blocks for rapid development"
The `AppSchema` defines the top-level configuration for your entire ObjectUI application, including navigation menus, branding, layout strategies, and global actions.
@@ -15,6 +17,123 @@ AppSchema provides a declarative way to configure:
15
17
-**Layout strategies** - Sidebar, header, or empty layout
16
18
-**Global actions** - User menu, global toolbar buttons
17
19
20
+
## Interactive Examples
21
+
22
+
### Navigation Menu Preview
23
+
24
+
<InteractiveDemo
25
+
title="Sidebar Navigation"
26
+
description="A typical application sidebar menu structure with icons, groups, and badges"
0 commit comments