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
+1138
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -39,6 +39,7 @@
"@radix-ui/react-toggle-group": "^1.1.2",
"@radix-ui/react-tooltip": "^1.2.8",
"@rjsf/core": "^6.2.5",
"@rjsf/shadcn": "^6.2.5",
"@rjsf/utils": "^6.2.5",
"@rjsf/validator-ajv8": "^6.2.5",
"apexcharts": "^3.52.0",
@@ -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";