Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.11 KB

File metadata and controls

37 lines (25 loc) · 1.11 KB

Components API

The @object-ui/components package provides pre-built UI components that implement the Object UI protocol.

Installation

npm install @object-ui/components

Registration

Register all default components:

import { registerDefaultRenderers } from '@object-ui/components'

registerDefaultRenderers()

Component Reference

Detailed documentation for each component category:

Plugins