use shadcn theme

This commit is contained in:
Josh Hawkins
2026-02-27 09:37:57 -06:00
parent 42a594984d
commit ab727089d2
3 changed files with 1140 additions and 1 deletions
@@ -1,5 +1,5 @@
// ConfigForm - Main RJSF form wrapper component
import Form from "@rjsf/core";
import Form from "@rjsf/shadcn";
import validator from "@rjsf/validator-ajv8";
import type { RJSFSchema, UiSchema } from "@rjsf/utils";
import type { IChangeEvent } from "@rjsf/core";