We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ba7f7 commit ac902aaCopy full SHA for ac902aa
README.md
@@ -93,6 +93,17 @@ Now the demo should be available here: [http://localhost:4000/](http://localhost
93
94
## Components
95
96
+### Common metadata
97
+
98
+Metadata that is common to most of the components.
99
100
+Metadata | Description
101
+--- | ---
102
+displayName | The user-friendly name for the field.
103
+component | Which component to use.
104
+readOnly | Whether or not the component should be in read-only state.
105
+help | Additional help so the end-user knows what the field is about.
106
107
### TextBox
108
109
Specific metadata for the `TextBox` component. Common metadata is not listed.
0 commit comments