Built-in Schema Components
ModalTabsTrigger
Schema registry component ModalTabsTrigger — an individual tab button in a modal tab strip.
Basic Usage
Use ModalTabsTrigger inside ModalTabsList to switch between tab panels in schema.
Role in SchemaForm
- Resolved via
$cmp: 'ModalTabsTrigger'. - Consumes
useModalTabsErrors(fromModalTabs.tsx) when present to reflect validation errors for fields inside the matching content panel. - Forwards to the design-system
ModalTabsTriggercomponent.
Schema expectations
Provide a stable value prop (string) aligning with the corresponding ModalTabsContent value.
Registry
Default registration in registry.ts; extend or override with registerFormComponents.
Related
Edit this page
Last updated: May 22, 2026, 6:53 PM