Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/components/index.mdx → docs/components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,15 @@ All ObjectUI components share these characteristics:

## Next Steps

- **[Quick Start Guide](/docs/guide/quick-start)** - Build your first ObjectUI app
- **[Schema Rendering](/docs/concepts/schema-rendering)** - Learn how the engine works
- **[Component Registry](/docs/concepts/component-registry)** - Register custom components
- **[Expressions](/docs/concepts/expressions)** - Dynamic values with expressions
- **[Quick Start Guide](/guide/quick-start)** - Build your first ObjectUI app
- **[Schema Rendering](/concepts/schema-rendering)** - Learn how the engine works
- **[Component Registry](/concepts/component-registry)** - Register custom components
- **[Expressions](/concepts/expressions)** - Dynamic values with expressions

## Need Help?

Can't find what you're looking for? Check out:

- [Concepts](/docs/concepts) - Core concepts and architecture
- [Advanced](/docs/reference) - API documentation and protocol specs
- [Concepts](/concepts) - Core concepts and architecture
- [Advanced](/reference) - API documentation and protocol specs
- [GitHub](https://github.com/objectstack-ai/objectui) - Report issues or contribute
2 changes: 1 addition & 1 deletion docs/concepts/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export function registerComponents() {

- [Component Registry](./component-registry.md) - Understanding the registry
- [Schema Rendering](./schema-rendering.md) - How schemas become UI
- [Lazy-Loaded Plugins Architecture](/docs/lazy-loaded-plugins.md) - Deep dive
- [Lazy-Loaded Plugins Architecture](./lazy-loading.md) - Deep dive
- [Creating Components](/spec/component-package.md) - Component development

## Next Steps
Expand Down
1 change: 0 additions & 1 deletion docs/ecosystem/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"pages": [
"objectql",
"api",
"plugins",
"deployment"
]
}
86 changes: 43 additions & 43 deletions docs/guide/interactive-demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,71 +18,71 @@ Explore ObjectUI's comprehensive component library with **live interactive demos

Build powerful forms with our comprehensive form controls:

- **[Input](/docs/components/form/input)** - Text input fields with validation
- **[Select](/docs/components/form/select)** - Dropdown selection menus
- **[Checkbox](/docs/components/form/checkbox)** - Toggle selection boxes
- **[Switch](/docs/components/form/switch)** - Binary toggle switches
- **[Textarea](/docs/components/form/textarea)** - Multi-line text input
- **[Slider](/docs/components/form/slider)** - Range selection sliders
- **[Button](/docs/components/form/button)** - Action triggers with variants
- **[Input](/components/form/input)** - Text input fields with validation
- **[Select](/components/form/select)** - Dropdown selection menus
- **[Checkbox](/components/form/checkbox)** - Toggle selection boxes
- **[Switch](/components/form/switch)** - Binary toggle switches
- **[Textarea](/components/form/textarea)** - Multi-line text input
- **[Slider](/components/form/slider)** - Range selection sliders
- **[Button](/components/form/button)** - Action triggers with variants

### Layout Components

Structure your UI with flexible layout containers:

- **[Stack](/docs/components/layout/stack)** - Vertical/horizontal stacking
- **[Grid](/docs/components/layout/grid)** - Responsive grid layouts
- **[Card](/docs/components/layout/card)** - Content containers
- **[Tabs](/docs/components/layout/tabs)** - Tabbed content sections
- **[Separator](/docs/components/layout/separator)** - Visual dividers
- **[Stack](/components/layout/stack)** - Vertical/horizontal stacking
- **[Grid](/components/layout/grid)** - Responsive grid layouts
- **[Card](/components/layout/card)** - Content containers
- **[Tabs](/components/layout/tabs)** - Tabbed content sections
- **[Separator](/components/layout/separator)** - Visual dividers

### Overlay Components

Create modal and overlay experiences:

- **[Dialog](/docs/components/overlay/dialog)** - Modal dialogs
- **[Drawer](/docs/components/overlay/drawer)** - Sliding side panels
- **[Tooltip](/docs/components/overlay/tooltip)** - Contextual hints
- **[Popover](/docs/components/overlay/popover)** - Floating content panels
- **[Dialog](/components/overlay/dialog)** - Modal dialogs
- **[Drawer](/components/overlay/drawer)** - Sliding side panels
- **[Tooltip](/components/overlay/tooltip)** - Contextual hints
- **[Popover](/components/overlay/popover)** - Floating content panels

### Data Display Components

Present information beautifully:

- **[Table](/docs/components/data-display/table)** - Tabular data display
- **[List](/docs/components/data-display/list)** - Ordered/unordered lists
- **[Avatar](/docs/components/data-display/avatar)** - User profile images
- **[Badge](/docs/components/data-display/badge)** - Status indicators
- **[Alert](/docs/components/data-display/alert)** - Notification messages
- **[Table](/components/data-display/table)** - Tabular data display
- **[List](/components/data-display/list)** - Ordered/unordered lists
- **[Avatar](/components/data-display/avatar)** - User profile images
- **[Badge](/components/data-display/badge)** - Status indicators
- **[Alert](/components/data-display/alert)** - Notification messages

### Feedback Components

Provide user feedback and status:

- **[Progress](/docs/components/feedback/progress)** - Progress indicators
- **[Loading](/docs/components/feedback/loading)** - Loading spinners
- **[Skeleton](/docs/components/feedback/skeleton)** - Loading placeholders
- **[Toast](/docs/components/feedback/toast)** - Toast notifications
- **[Progress](/components/feedback/progress)** - Progress indicators
- **[Loading](/components/feedback/loading)** - Loading spinners
- **[Skeleton](/components/feedback/skeleton)** - Loading placeholders
- **[Toast](/components/feedback/toast)** - Toast notifications

### Disclosure Components

Progressive content disclosure:

- **[Accordion](/docs/components/disclosure/accordion)** - Collapsible sections
- **[Collapse](/docs/components/disclosure/collapse)** - Show/hide content
- **[Accordion](/components/disclosure/accordion)** - Collapsible sections
- **[Collapse](/components/disclosure/collapse)** - Show/hide content

### Complex Components

Advanced composite components:

- **[Command](/docs/components/complex/command)** - Command palette
- **[DatePicker](/docs/components/complex/date-picker)** - Date selection
- **[Command](/components/complex/command)** - Command palette
- **[DatePicker](/components/complex/date-picker)** - Date selection

## 🔌 Plugin Demos

Extend ObjectUI with powerful plugins:

### [Plugin Markdown](/docs/ecosystem/plugins/plugin-markdown)
### [Plugin Markdown](/plugins/plugin-markdown)

Render GitHub Flavored Markdown with syntax highlighting:

Expand All @@ -93,7 +93,7 @@ Render GitHub Flavored Markdown with syntax highlighting:

**Interactive Examples**: 3 live demos

### [Plugin Kanban](/docs/ecosystem/plugins/plugin-kanban)
### [Plugin Kanban](/plugins/plugin-kanban)

Drag-and-drop Kanban boards for project management:

Expand All @@ -104,7 +104,7 @@ Drag-and-drop Kanban boards for project management:

**Interactive Examples**: 2 live demos

### [Plugin Charts](/docs/ecosystem/plugins/plugin-charts)
### [Plugin Charts](/plugins/plugin-charts)

Beautiful data visualizations powered by Recharts:

Expand All @@ -115,7 +115,7 @@ Beautiful data visualizations powered by Recharts:

**Interactive Examples**: 3 live demos

### [Plugin Editor](/docs/ecosystem/plugins/plugin-editor)
### [Plugin Editor](/plugins/plugin-editor)

Monaco Editor integration for code editing:

Expand All @@ -126,7 +126,7 @@ Monaco Editor integration for code editing:

**Interactive Examples**: 3 live demos

### [Plugin Object](/docs/ecosystem/plugins/plugin-object)
### [Plugin Object](/plugins/plugin-object)

ObjectQL integration for CRUD operations:

Expand Down Expand Up @@ -195,22 +195,22 @@ Each component page uses our new **InteractiveDemo** component:

For complete API documentation including all props, events, and advanced usage:

- **[Component Registry](/docs/concepts/component-registry)** - All available component types
- **[Schema Rendering](/docs/concepts/schema-rendering)** - How the rendering engine works
- **[Plugin System](/docs/concepts/plugins)** - Creating custom plugins
- **[Component Registry](/concepts/component-registry)** - All available component types
- **[Schema Rendering](/concepts/schema-rendering)** - How the rendering engine works
- **[Plugin System](/concepts/plugins)** - Creating custom plugins

## 🎨 Design Resources

- **[Tailwind Integration](/docs/guide/components#styling)** - Using Tailwind classes
- **[Theming](/docs/guide/components#theming)** - Light/dark mode support
- **[Accessibility](/docs/guide/components#accessibility)** - WCAG 2.1 compliance
- **[Tailwind Integration](/guide/components#styling)** - Using Tailwind classes
- **[Theming](/guide/components#theming)** - Light/dark mode support
- **[Accessibility](/guide/components#accessibility)** - WCAG 2.1 compliance

## 🔗 Next Steps

- **[Quick Start Guide](/docs/guide/quick-start)** - Get up and running in 5 minutes
- **[Try It Online](/docs/guide/try-it-online)** - Online playground
- **[Quick Start Guide](/guide/quick-start)** - Get up and running in 5 minutes
- **[Try It Online](/guide/try-it-online)** - Online playground
- **[GitHub Repository](https://github.com/objectstack-ai/objectui)** - Star the project

---

**Have questions?** Check out our [Getting Started Guide](/docs/guide/quick-start) or visit the [GitHub Discussions](https://github.com/objectstack-ai/objectui/discussions).
**Have questions?** Check out our [Getting Started Guide](/guide/quick-start) or visit the [GitHub Discussions](https://github.com/objectstack-ai/objectui/discussions).
5 changes: 5 additions & 0 deletions docs/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"title": "Components",
"url": "/components"
},
{
"title": "Plugins",
"url": "/plugins"
},
{
"title": "Concepts",
"url": "/concepts"
Expand All @@ -24,6 +28,7 @@
"pages": [
"guide",
"components",
"plugins",
"concepts",
"reference",
"ecosystem",
Expand Down
Loading
Loading