You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/components/schema/index.en-US.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,6 @@ Schema is a universal configuration system for defining and managing component c
21
21
- When you need to implement configuration-driven interfaces
22
22
- When you need to support runtime configuration modifications
23
23
24
-
## Code Demo
25
-
26
-
<codesrc="../../../demos/form/SchemaForm/basic.tsx"background="var(--main-bg-color)"title="Basic Usage"description="Use Schema configuration to generate forms"></code>
27
-
28
-
<codesrc="../../../demos/form/SchemaForm/dependency.tsx"background="var(--main-bg-color)"title="Dependency Configuration"description="Schema supports dependency relationship configuration between fields"></code>
29
-
30
-
<codesrc="../../../demos/form/SchemaForm/customization-value-type.tsx"background="var(--main-bg-color)"title="Custom Value Types"description="You can customize field value types and rendering methods"></code>
0 commit comments