Built-in Schema Components
ModalTabsContent
Schema registry component ModalTabsContent — panel body for one tab inside ModalTabs.
Basic Usage
Use ModalTabsContent to wrap the schema nodes that belong to one tab panel.
Role in SchemaForm
$cmp: 'ModalTabsContent'wraps nested schemachildrenin a single-column grid (grid grid-cols-1 gap-4in source).- Pairs with
ModalTabsTriggerby matchingvalue.
Children
Nested field and component nodes render through the same SchemaRenderer pipeline as the rest of the form.
Registry
Ships with the default component registry; override sparingly so triggers/contents stay visually consistent.
Related
Edit this page
Last updated: May 22, 2026, 6:53 PM