ObjectUIObjectUI

Schema Catalog

Browseable index of every JSON schema used in the ObjectUI docs.

Schema Catalog

Every interactive demo on this site renders a JSON schema that lives in @object-ui/example-schema-catalog. This page is the visual gallery over that catalog — live thumbnails for every entry, grouped by domain. Click a card to open a full interactive preview with the JSON, copy a stable id, or grab a ready-to-paste <SchemaExample id="…" /> snippet for any MDX page.

How the catalog works

  • Source of truth. Each schema lives as a single .json file under examples/schema-catalog/src/schemas/<category>/<id>.json and is imported into the registry by examples/schema-catalog/src/index.ts.
  • One id, one schema. Ids are stable (e.g. auth/login-simple). MDX pages reference schemas with <SchemaExample id="auth/login-simple" />, which looks the schema up via getExample(id) from the catalog package.
  • Smoke-tested. The catalog ships a Vitest suite that resolves every id and instantiates every schema; CI fails if any entry breaks. Adding a schema is a one-file change; renaming or deleting one fails CI loudly.
  • Not published. The catalog package is private: true — it is a test/docs fixture, not a runtime dependency for consuming apps.

Browse

431 examples · 16 groups

Actions

3
Action Button Variants
actions/action-button-variants
Action Toolbar
actions/action-toolbar
Confirmation Dialog
actions/confirmation-dialog

App Shell

2
Application Header
app/application-header
Sidebar Navigation
app/sidebar-navigation

Auth

4
Forgot Password
auth/forgot-password
Simple Login Form
auth/login-simple
Sign Up Form
auth/signup
Two-Factor Authentication
auth/two-factor

Block Schema

4
schema
Block Marketplace Listing
block-schema/block-marketplace-listing
Block With Variable Overrides Analytics Feature
block-schema/block-with-variable-overrides-analytics-feature
Block With Variable Overrides Security Feature
block-schema/block-with-variable-overrides-security-feature
Feature Card Block
block-schema/feature-card-block

Blocks Gallery

3
gallery
Block Gallery Login Card
blocks-gallery/block-gallery-login-card
Block Gallery Notification Item
blocks-gallery/block-gallery-notification-item
Block Gallery Stats Card
blocks-gallery/block-gallery-stats-card

Components

273
basic / button / group
Basic Button Group
components-basic-button-group/basic-button-group
Icon Toolbar
components-basic-button-group/icon-toolbar
Multiple Selection
components-basic-button-group/multiple-selection
Outline Variant
components-basic-button-group/outline-variant
Single Selection
components-basic-button-group/single-selection
basic / div
Custom Card
components-basic-div/custom-card
Flex Layout
components-basic-div/flex-layout
Grid Layout
components-basic-div/grid-layout
Nested Divs
components-basic-div/nested-divs
Use Card Instead
components-basic-div/use-card-instead
basic / html
Basic Html
components-basic-html/basic-html
basic / icon
Basic Icon
components-basic-icon/basic-icon
Colored Icons
components-basic-icon/colored-icons
Icon Sizes
components-basic-icon/icon-sizes
basic / image
Basic Image
components-basic-image/basic-image
With Sizing
components-basic-image/with-sizing
basic / navigation / menu
Documentation Nav
components-basic-navigation-menu/documentation-nav
Site Navigation
components-basic-navigation-menu/site-navigation
basic / pagination
Basic Pagination
components-basic-pagination/basic-pagination
With Item Count
components-basic-pagination/with-item-count
basic / separator
Horizontal
components-basic-separator/horizontal
Vertical
components-basic-separator/vertical
basic / sidebar
Basic Sidebar
components-basic-sidebar/basic-sidebar
Collapsible Sidebar
components-basic-sidebar/collapsible-sidebar
Grouped Sidebar
components-basic-sidebar/grouped-sidebar
Sidebar With Badges
components-basic-sidebar/sidebar-with-badges
basic / span
Default Badge
components-basic-span/default-badge
Secondary Badge
components-basic-span/secondary-badge
Status Badges
components-basic-span/status-badges
Text Component
components-basic-span/text-component
basic / text
Caption
components-basic-text/caption
Heading 1
components-basic-text/heading-1
Heading 2
components-basic-text/heading-2
Heading 3
components-basic-text/heading-3
Heading 4
components-basic-text/heading-4
Heading 5
components-basic-text/heading-5
Paragraph
components-basic-text/paragraph
Simple Text
components-basic-text/simple-text
Text Alignment
components-basic-text/text-alignment
Text With Colors
components-basic-text/text-with-colors
complex / carousel
Customer Reviews
components-complex-carousel/customer-reviews
No Arrows
components-complex-carousel/no-arrows
Photo Gallery
components-complex-carousel/photo-gallery
Products
components-complex-carousel/products
Simple Carousel
components-complex-carousel/simple-carousel
complex / data / table
Full Featured Table
components-complex-data-table/full-featured-table
Inventory Management
components-complex-data-table/inventory-management
Sales Data
components-complex-data-table/sales-data
Simple Table
components-complex-data-table/simple-table
User Table
components-complex-data-table/user-table
complex / filter / builder
Empty Filter Builder
components-complex-filter-builder/empty-filter-builder
Product Search
components-complex-filter-builder/product-search
Search Interface
components-complex-filter-builder/search-interface
User Filters
components-complex-filter-builder/user-filters
With Conditions
components-complex-filter-builder/with-conditions
complex / filter / ui
Filter Ui
components-complex-filter-ui/filter-ui
complex / resizable
Complex Layout
components-complex-resizable/complex-layout
Editor Interface
components-complex-resizable/editor-interface
Horizontal Split
components-complex-resizable/horizontal-split
Mail Layout
components-complex-resizable/mail-layout
Triple Split
components-complex-resizable/triple-split
Vertical Split
components-complex-resizable/vertical-split
complex / scroll / area
Chat Messages
components-complex-scroll-area/chat-messages
Code Preview
components-complex-scroll-area/code-preview
Document Browser
components-complex-scroll-area/document-browser
Horizontal Scroll
components-complex-scroll-area/horizontal-scroll
Short 150px
components-complex-scroll-area/short-150px
Tall 300px
components-complex-scroll-area/tall-300px
Vertical Scroll
components-complex-scroll-area/vertical-scroll
complex / sort / ui
Sort Ui
components-complex-sort-ui/sort-ui
complex / table
Basic Table
components-complex-table/basic-table
complex / view / switcher
View Switcher
components-complex-view-switcher/view-switcher
data / display / alert
Destructive Alert
components-data-display-alert/destructive-alert
Info Alert
components-data-display-alert/info-alert
data / display / avatar
Avatar With Fallback
components-data-display-avatar/avatar-with-fallback
Avatar With Image
components-data-display-avatar/avatar-with-image
data / display / badge
Badge Variants
components-data-display-badge/badge-variants
data / display / breadcrumb
Basic Breadcrumb
components-data-display-breadcrumb/basic-breadcrumb
Collapsed Trail
components-data-display-breadcrumb/collapsed-trail
Custom Separator
components-data-display-breadcrumb/custom-separator
With Icons
components-data-display-breadcrumb/with-icons
data / display / kbd
Command Palette
components-data-display-kbd/command-palette
Copy Shortcut
components-data-display-kbd/copy-shortcut
Inline Usage
components-data-display-kbd/inline-usage
Search
components-data-display-kbd/search
Submit
components-data-display-kbd/submit
data / display / list
Basic List
components-data-display-list/basic-list
data / display / statistic
Metrics Grid
components-data-display-statistic/metrics-grid
Negative Trend
components-data-display-statistic/negative-trend
Neutral
components-data-display-statistic/neutral
Positive Trend
components-data-display-statistic/positive-trend
Sales Dashboard
components-data-display-statistic/sales-dashboard
Simple Statistic
components-data-display-statistic/simple-statistic
Social Stats
components-data-display-statistic/social-stats
With Description
components-data-display-statistic/with-description
data / display / tree / view
Deep Nesting
components-data-display-tree-view/deep-nesting
File Tree
components-data-display-tree-view/file-tree
Org Chart
components-data-display-tree-view/org-chart
Sidebar Navigation
components-data-display-tree-view/sidebar-navigation
disclosure / accordion
Basic Accordion
components-disclosure-accordion/basic-accordion
disclosure / collapsible
Basic Collapsible
components-disclosure-collapsible/basic-collapsible
disclosure / toggle / group
Multiple Selection
components-disclosure-toggle-group/multiple-selection
Single Selection
components-disclosure-toggle-group/single-selection
With Labels
components-disclosure-toggle-group/with-labels
feedback / empty
Basic Empty State
components-feedback-empty/basic-empty-state
Empty Search Results
components-feedback-empty/empty-search-results
Empty Team List
components-feedback-empty/empty-team-list
With Action Button
components-feedback-empty/with-action-button
With Icon
components-feedback-empty/with-icon
feedback / loading
Basic Loading
components-feedback-loading/basic-loading
With Text
components-feedback-loading/with-text
feedback / progress
Different Values
components-feedback-progress/different-values
Progress Bar
components-feedback-progress/progress-bar
feedback / skeleton
Text Skeleton
components-feedback-skeleton/text-skeleton
feedback / sonner
Basic Sonner Toast
components-feedback-sonner/basic-sonner-toast
Error
components-feedback-sonner/error
Info
components-feedback-sonner/info
Custom Trigger Button
components-feedback-sonner/promise-based-toast
Success
components-feedback-sonner/success
Message With Description
components-feedback-sonner/toast-with-action
Warning
components-feedback-sonner/warning
feedback / spinner
Centered Spinner
components-feedback-spinner/centered-spinner
Default Spinner
components-feedback-spinner/default-spinner
Large
components-feedback-spinner/large
Loading Button
components-feedback-spinner/loading-button
Medium
components-feedback-spinner/medium
Small
components-feedback-spinner/small
feedback / toast
Basic Toast
components-feedback-toast/basic-toast
Default
components-feedback-toast/default
Error Variant
components-feedback-toast/destructive
Error Toast
components-feedback-toast/error-toast
Success Toast
components-feedback-toast/success-toast
Info Variant
components-feedback-toast/toast-with-action
Warning Variant
components-feedback-toast/toast-with-undo
feedback / toaster
Custom Position Limit
components-feedback-toaster/custom-position-limit
Default Toaster
components-feedback-toaster/default-toaster
With Toast Trigger
components-feedback-toaster/with-toast-trigger
form / button
Button Sizes
components-form-button/button-sizes
Button With Icon
components-form-button/button-with-icon
Common Action Buttons
components-form-button/common-action-buttons
Default
components-form-button/default
Destructive
components-form-button/destructive
Disabled State
components-form-button/disabled-state
Full Width Button
components-form-button/full-width-button
Ghost
components-form-button/ghost
Icon Button
components-form-button/icon-button
Icon On Right
components-form-button/icon-on-right
Link
components-form-button/link
Loading State
components-form-button/loading-state
Outline
components-form-button/outline
Secondary
components-form-button/secondary
Simple Button
components-form-button/simple-button
form / calendar
Custom Style
components-form-calendar/custom-style
Date Range
components-form-calendar/date-range
Form Integration
components-form-calendar/form-integration
Multiple Dates
components-form-calendar/multiple-dates
Simple Calendar
components-form-calendar/simple-calendar
Single Date
components-form-calendar/single-date
form / checkbox
Basic Checkbox
components-form-checkbox/basic-checkbox
Multiple Checkboxes
components-form-checkbox/multiple-checkboxes
form / combobox
Basic Combobox
components-form-combobox/basic-combobox
Country Selector
components-form-combobox/country-selector
Disabled
components-form-combobox/disabled
Searchable Combobox
components-form-combobox/searchable-combobox
With Value
components-form-combobox/with-value
form / command
Command Menu
components-form-command/command-menu
File Command Palette
components-form-command/file-command-palette
form / date / picker
Basic Date Picker
components-form-date-picker/basic-date-picker
Date Range Selector
components-form-date-picker/date-range-selector
Disabled
components-form-date-picker/disabled
Form Field
components-form-date-picker/form-field
Full Width
components-form-date-picker/full-width
With Default Value
components-form-date-picker/with-default-value
form / file / upload
Avatar Upload
components-form-file-upload/avatar-upload
Document Upload
components-form-file-upload/document-upload
Form Example
components-form-file-upload/form-example
Images Only
components-form-file-upload/images-only
Multiple Files
components-form-file-upload/multiple-files
Simple Upload
components-form-file-upload/simple-upload
Single File
components-form-file-upload/single-file
form / form
Basic Form
components-form-form/basic-form
Contact Form
components-form-form/contact-form
Demo Request Form
components-form-form/demo-request-form
Login Form
components-form-form/login-form
Registration Form
components-form-form/registration-form
form / input
Basic Input
components-form-input/basic-input
Input Types
components-form-input/input-types
With Label
components-form-input/with-label
form / input / otp
4 Digit
components-form-input-otp/4-digit
6 Digit Otp
components-form-input-otp/6-digit-otp
8 Digit
components-form-input-otp/8-digit
Verification Form
components-form-input-otp/verification-form
With Visual Separator
components-form-input-otp/with-visual-separator
form / label
Form Label
components-form-label/form-label
Required Label
components-form-label/required-label
form / radio / group
Basic Radio Group
components-form-radio-group/basic-radio-group
Disabled
components-form-radio-group/disabled
Form Field
components-form-radio-group/form-field
Horizontal Layout
components-form-radio-group/horizontal-layout
Individual Disabled
components-form-radio-group/individual-disabled
Vertical Layout
components-form-radio-group/vertical-layout
With Default Selection
components-form-radio-group/with-default-selection
With Descriptions
components-form-radio-group/with-descriptions
form / select
Basic Select
components-form-select/basic-select
With Placeholder
components-form-select/with-placeholder
form / slider
Basic Slider
components-form-slider/basic-slider
form / switch
Basic Switch
components-form-switch/basic-switch
Multiple Switches
components-form-switch/multiple-switches
form / textarea
Basic Textarea
components-form-textarea/basic-textarea
With Label
components-form-textarea/with-label
form / toggle
Default
components-form-toggle/default
Disabled State
components-form-toggle/disabled-state
Outline
components-form-toggle/outline
Pressed State
components-form-toggle/pressed-state
Settings Example
components-form-toggle/settings-example
Settings Toggles
components-form-toggle/settings-toggles
Simple Toggle
components-form-toggle/simple-toggle
Text Formatting
components-form-toggle/text-formatting
Toggle Sizes
components-form-toggle/toggle-sizes
layout / aspect / ratio
16 9 Aspect Ratio
components-layout-aspect-ratio/16-9-aspect-ratio
4 3
components-layout-aspect-ratio/4-3
Square
components-layout-aspect-ratio/square
Ultrawide
components-layout-aspect-ratio/ultrawide
Video Aspect Ratio
components-layout-aspect-ratio/video-aspect-ratio
layout / box
Basic Box
components-layout-box/basic-box
Nested Boxes
components-layout-box/nested-boxes
layout / card
Basic Card
components-layout-card/basic-card
Inventory Table Card
components-layout-card/inventory-table-card
Profile Detail Card
components-layout-card/profile-detail-card
Team Roster Card
components-layout-card/team-roster-card
User List Card
components-layout-card/user-list-card
With Footer
components-layout-card/with-footer
layout / container
Basic Container
components-layout-container/basic-container
layout / flex
Horizontal Layout
components-layout-flex/horizontal-layout
layout / grid
2 Column Grid
components-layout-grid/2-column-grid
layout / page
Documentation Page
components-layout-page/documentation-page
Full Dashboard
components-layout-page/full-dashboard
Page With Header
components-layout-page/page-with-header
Settings Layout
components-layout-page/settings-layout
Simple Page
components-layout-page/simple-page
layout / semantic
Article
components-layout-semantic/article
Aside
components-layout-semantic/aside
Blog Article
components-layout-semantic/blog-article
Complete Layout
components-layout-semantic/complete-layout
Footer
components-layout-semantic/footer
Header
components-layout-semantic/header
Main Element
components-layout-semantic/main-element
Navigation
components-layout-semantic/navigation
Section
components-layout-semantic/section
layout / stack
Basic Stack
components-layout-stack/basic-stack
layout / tabs
Basic Tabs
components-layout-tabs/basic-tabs
navigation / header / bar
Admin Breadcrumbs
components-navigation-header-bar/admin-breadcrumbs
App Navigation
components-navigation-header-bar/app-navigation
Crumbs With Icons
components-navigation-header-bar/crumbs-with-icons
Deep Navigation
components-navigation-header-bar/deep-navigation
Settings Path
components-navigation-header-bar/settings-path
Simple Header
components-navigation-header-bar/simple-header
overlay / alert / dialog
Basic Alert Dialog
components-overlay-alert-dialog/basic-alert-dialog
Confirmation Dialog
components-overlay-alert-dialog/confirmation-dialog
Custom Actions
components-overlay-alert-dialog/custom-actions
Destructive Action
components-overlay-alert-dialog/destructive-action
overlay / context / menu
Basic Context Menu
components-overlay-context-menu/basic-context-menu
overlay / dialog
Dialog Trigger
components-overlay-dialog/dialog-trigger
overlay / drawer
Basic Drawer
components-overlay-drawer/basic-drawer
overlay / dropdown / menu
Basic Dropdown Menu
components-overlay-dropdown-menu/basic-dropdown-menu
With Icons
components-overlay-dropdown-menu/with-icons
overlay / hover / card
Basic Hover Card
components-overlay-hover-card/basic-hover-card
overlay / menubar
Application Menubar
components-overlay-menubar/application-menubar
overlay / popover
Basic Popover
components-overlay-popover/basic-popover
overlay / sheet
Basic Sheet
components-overlay-sheet/basic-sheet
Left Side
components-overlay-sheet/left-side
Right Side
components-overlay-sheet/right-side
overlay / tooltip
Basic Tooltip
components-overlay-tooltip/basic-tooltip

Core

3
schema / renderer
Nested Schema Example
core-schema-renderer/nested-schema-example
Schemarenderer In Action
core-schema-renderer/schemarenderer-in-action
Unknown Component Type
core-schema-renderer/unknown-component-type

Dashboard

3
Dashboard Overview
dashboard/dashboard-overview
Recent Activity Card
dashboard/recent-activity-card
Stats Cards Grid
dashboard/stats-cards-grid

E-commerce

4
Order Summary
ecommerce/order-summary
Product Card
ecommerce/product-card
Product Grid
ecommerce/product-grid
Shopping Cart
ecommerce/shopping-cart

Fields

76
auto / number
Basic Autonumber
fields-auto-number/basic-autonumber
Date Based Ticket Id
fields-auto-number/date-based-ticket-id
Invoice Number Format
fields-auto-number/invoice-number-format
boolean
Basic Switch
fields-boolean/basic-switch
Pre Checked
fields-boolean/pre-checked
With Description
fields-boolean/with-description
currency
Euro Currency
fields-currency/euro-currency
Usd Currency
fields-currency/usd-currency
date
Basic Date Picker
fields-date/basic-date-picker
With Default Date
fields-date/with-default-date
datetime
Basic Datetime Field
fields-datetime/basic-datetime-field
Read Only Datetime
fields-datetime/read-only-datetime
Required Datetime
fields-datetime/required-datetime
With Default Value
fields-datetime/with-default-value
email
Basic Email Field
fields-email/basic-email-field
Required Email
fields-email/required-email
file
Basic File Upload
fields-file/basic-file-upload
Multiple File Upload
fields-file/multiple-file-upload
Pdf Files Only
fields-file/pdf-files-only
formula
Date Calculation
fields-formula/date-calculation
Numeric Formula
fields-formula/numeric-formula
Text Concatenation
fields-formula/text-concatenation
grid
Basic Grid
fields-grid/basic-grid
Grid With Data
fields-grid/grid-with-data
Read Only Grid
fields-grid/read-only-grid
image
Basic Image Upload
fields-image/basic-image-upload
Multiple Image Upload
fields-image/multiple-image-upload
location
Basic Location Field
fields-location/basic-location-field
Read Only Location
fields-location/read-only-location
San Francisco Coordinates
fields-location/san-francisco-coordinates
lookup
Basic Lookup
fields-lookup/basic-lookup
Multi Select Lookup
fields-lookup/multi-select-lookup
number
Basic Number Field
fields-number/basic-number-field
Decimal Numbers
fields-number/decimal-numbers
Range Validation
fields-number/range-validation
object
Basic Object Editor
fields-object/basic-object-editor
Nested Object Data
fields-object/nested-object-data
Read Only Json Display
fields-object/read-only-json-display
Structured Configuration
fields-object/structured-configuration
password
Basic Password Field
fields-password/basic-password-field
Password Confirmation
fields-password/password-confirmation
With Minimum Length
fields-password/with-minimum-length
percent
Basic Percent Field
fields-percent/basic-percent-field
Read Only Percent
fields-percent/read-only-percent
Required Percent
fields-percent/required-percent
With Decimal Precision
fields-percent/with-decimal-precision
phone
Basic Phone Field
fields-phone/basic-phone-field
Required Phone
fields-phone/required-phone
rich / text
Html Editor
fields-rich-text/html-editor
Markdown Editor
fields-rich-text/markdown-editor
select
Basic Select
fields-select/basic-select
Cascading Options
fields-select/cascading-options
Colored Options
fields-select/colored-options
Multi Select
fields-select/multi-select
Role Gated Options
fields-select/role-gated-options
summary
Average Of Field Values
fields-summary/average-of-field-values
Count Of Related Records
fields-summary/count-of-related-records
Sum Of Field Values
fields-summary/sum-of-field-values
text
Basic Text Field
fields-text/basic-text-field
Read Only Field
fields-text/read-only-field
Required Field
fields-text/required-field
With Placeholder
fields-text/with-placeholder
textarea
Basic Textarea
fields-textarea/basic-textarea
Larger Textarea
fields-textarea/larger-textarea
Required Textarea
fields-textarea/required-textarea
time
Basic Time Field
fields-time/basic-time-field
Read Only Time
fields-time/read-only-time
Required Time
fields-time/required-time
With Default Value
fields-time/with-default-value
url
Basic Url Field
fields-url/basic-url-field
Required Url
fields-url/required-url
user
Multiple User Selection
fields-user/multiple-user-selection
Record Owner Read Only
fields-user/record-owner-read-only
Single User Selection
fields-user/single-user-selection
vector
Basic Vector Display
fields-vector/basic-vector-display
High Dimensional Vector
fields-vector/high-dimensional-vector

Forms

5
Contact Form
forms/contact-form
Create User Form
forms/create-user-form
Newsletter Signup
forms/newsletter-signup
Payment Form
forms/payment-form
Settings Form
forms/settings-form

Layout

1
page / header
Pageheader With Actions
layout-page-header/pageheader-with-actions

Marketing

4
Call To Action
marketing/call-to-action
Features Grid
marketing/features-grid
Pricing Table
marketing/pricing-table
Testimonials
marketing/testimonials

Plugin

41
calendar
Month View Calendar
plugin-calendar/month-view-calendar
Week View Calendar
plugin-calendar/week-view-calendar
charts
Advanced Line Chart
plugin-charts/advanced-line-chart
Area Chart
plugin-charts/area-chart
Simple Bar Chart
plugin-charts/simple-bar-chart
chatbot
Basic Chatbot
plugin-chatbot/basic-chatbot
Chatbot With Timestamps
plugin-chatbot/chatbot-with-timestamps
Customer Support Chat
plugin-chatbot/customer-support-chat
dashboard
Basic Dashboard
plugin-dashboard/basic-dashboard
E Commerce Dashboard
plugin-dashboard/e-commerce-dashboard
Filtered Dashboard
plugin-dashboard/filtered-dashboard
Filtered Dashboard — Dataset + Inline Widgets
plugin-dashboard/filtered-dashboard-dataset-widgets
Filtered Dashboard — Date Presets + Custom Range
plugin-dashboard/filtered-dashboard-date-presets
Filtered Dashboard — Dynamic Options
plugin-dashboard/filtered-dashboard-dynamic-options
Filtered Dashboard — Text / Number / Lookup Filters
plugin-dashboard/filtered-dashboard-filter-types
Filtered Dashboard — Target Widgets Allow-list
plugin-dashboard/filtered-dashboard-target-widgets
Support Dashboard
plugin-dashboard/support-dashboard
editor
Javascript Editor
plugin-editor/javascript-editor
Python Editor
plugin-editor/python-editor
Read Only Json Viewer
plugin-editor/read-only-json-viewer
form
Object Form — One Record From Object Metadata
plugin-form/object-form-record
Object Form — Sections as Tabs
plugin-form/object-form-tabbed-sections
gantt
Construction Project Phases
plugin-gantt/construction-project-phases
Project Timeline With Dependencies
plugin-gantt/project-timeline-with-dependencies
Sprint Development Timeline
plugin-gantt/sprint-development-timeline
grid
Object Grid — Column Definitions
plugin-grid/object-grid-columns
Object Grid — Selection, Row Actions and Summaries
plugin-grid/object-grid-selection-summaries
kanban
Advanced Kanban With Badges And Limits
plugin-kanban/advanced-kanban-with-badges-and-limits
Basic Kanban Board
plugin-kanban/basic-kanban-board
map
Event Venue Finder
plugin-map/event-venue-finder
Real Time Delivery Tracking
plugin-map/real-time-delivery-tracking
Store Locator Map
plugin-map/store-locator-map
markdown
Advanced Features
plugin-markdown/advanced-features
Basic Markdown
plugin-markdown/basic-markdown
Markdown Tables
plugin-markdown/markdown-tables
timeline
Gantt Style Timeline
plugin-timeline/gantt-style-timeline
Horizontal Timeline
plugin-timeline/horizontal-timeline
Vertical Timeline
plugin-timeline/vertical-timeline
view
Object View — List Surface
plugin-view/object-view-list
Object View — Saved Views
plugin-view/object-view-named-views
Object View — Record Surface
plugin-view/object-view-record-surface

Report

3
Report Breakdown Table
report/report-breakdown-table
Report Header With Kpis
report/report-header-with-kpis
Report Scheduling
report/report-scheduling

Theme

2
Semantic Color Palette
theme/semantic-color-palette
Theme Aware Ui Elements
theme/theme-aware-ui-elements

Adding a new example

  1. Drop the JSON under examples/schema-catalog/src/schemas/<category>/<your-id>.json.

  2. Run pnpm -F @object-ui/example-schema-catalog regenerate to update src/index.ts (the import map is generated).

  3. Reference it from any MDX page:

    <SchemaExample id="<category>/<your-id>" />
  4. pnpm -F @object-ui/example-schema-catalog test smoke-tests the new entry; the same test runs in CI on every push.

On this page