Render an editable (or read-only) UI from a Zod schema, JSON Schema,
or OpenAPI document.
Auto-detects the input format, normalises to JSON Schema via the
shared adapter, walks the JSON Schema tree, and delegates per-field
rendering to the SolidComponentResolver supplied via
SchemaProvider — falling back to the headless renderer when
no provider is present.
Pass readOnly to render a presentational view instead of inputs.
Render an editable (or read-only) UI from a Zod schema, JSON Schema, or OpenAPI document.
Auto-detects the input format, normalises to JSON Schema via the shared adapter, walks the JSON Schema tree, and delegates per-field rendering to the SolidComponentResolver supplied via SchemaProvider — falling back to the headless renderer when no provider is present.
Pass
readOnlyto render a presentational view instead of inputs.