We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387e8d6 commit 73044f5Copy full SHA for 73044f5
apps/docs/src/content/docs/themes/shadcn.mdx
@@ -64,14 +64,9 @@ import { components } from '@sjsf/shadcn-theme/default';
64
setThemeContext({ components })
65
```
66
67
-:::caution
68
-
69
-You should define `components: ThemeComponents` yourself:
70
71
-- to reduce final bundle size
72
-- to avoid https://github.com/x0k/svelte-jsonschema-form/issues/48
+:::note
73
74
- In this case you also should remove `bind:this={ref}` bindings from your components.
+You can define `components: ThemeComponents` yourself to reduce final bundle size
75
76
:::
77
0 commit comments