Provide a theme resolver and scoped widgets to every <SchemaComponent>
and <SchemaView> rendered inside the subtree.
Wrap an application (or a region of it) with <SchemaProvider> so a
single theme — typically one of the bundled adapters
(shadcnResolver, muiResolver, mantineResolver, radixResolver)
or a custom one — drives every schema render. Without a provider,
schema-components fall back to the headless HTML renderer.
Provide a theme resolver and scoped widgets to every
<SchemaComponent>and<SchemaView>rendered inside the subtree.Wrap an application (or a region of it) with
<SchemaProvider>so a single theme — typically one of the bundled adapters (shadcnResolver,muiResolver,mantineResolver,radixResolver) or a custom one — drives every schema render. Without a provider, schema-components fall back to the headless HTML renderer.