Skip to content

Commit ac902aa

Browse files
committed
Adding documentation for common metadata
1 parent d6ba7f7 commit ac902aa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,17 @@ Now the demo should be available here: [http://localhost:4000/](http://localhost
9393

9494
## Components
9595

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+
96107
### TextBox
97108

98109
Specific metadata for the `TextBox` component. Common metadata is not listed.

0 commit comments

Comments
 (0)