Component resolver mapping schema field types to shadcn/ui components.
Pass to SchemaProvider to render every <SchemaComponent> /
<SchemaView> in the subtree with shadcn/ui inputs, selects, and
cards. Returns only the keys this theme overrides — the runtime
mergeResolvers call inside <SchemaComponent> / <SchemaView>
fills unset keys from headlessResolver, so variants like literal,
union, discriminatedUnion, record, file, and unknown still render via
the headless fallback.
Requires shadcn/ui components installed in the consuming project.
Component resolver mapping schema field types to shadcn/ui components.
Pass to
SchemaProviderto render every<SchemaComponent>/<SchemaView>in the subtree with shadcn/ui inputs, selects, and cards. Returns only the keys this theme overrides — the runtimemergeResolverscall inside<SchemaComponent>/<SchemaView>fills unset keys fromheadlessResolver, so variants like literal, union, discriminatedUnion, record, file, and unknown still render via the headless fallback.Requires
shadcn/uicomponents installed in the consuming project.