UNPKG

@sjsf-lab/shadcn-extras-theme

Version:

The shadcn-svelte-extras based theme for svelte-jsonschema-form

5 lines (4 loc) 215 B
import { extendByRecord } from '@sjsf/form/lib/resolver'; import { theme as base } from '@sjsf/shadcn4-theme'; import { definitions } from './definitions.js'; export const theme = extendByRecord(base, definitions);