Admin components
Field#
Required props#
| Props | Description |
|---|---|
field | string |
Texts#
Text field#
The text field is used for basic string editing. This field has no rich text editing capabilities.
Required props#
| Props | Description |
|---|---|
field | string |
label | React.ReactNode |
Text area field#
Required props#
| Props | Description |
|---|---|
field | string |
label | React.ReactNode |
Rich text field#
Required props#
| Props | Description |
|---|---|
field | string |
label | React.ReactNode |
Lists#
Select field#
Required props#
| Props | Description |
|---|---|
field | string |
label | React.ReactNode |
options | string |
Multi select field#
Required props#
| Props | Description |
|---|---|
field | string |
label | React.ReactNode |
options | string |
Repeater field#
Required props#
| Props | Description |
|---|---|
field | string |
label | React.ReactNode |
options | string |
Dates#
Date field#
Required props#
| Props | Description |
|---|---|
field | string |
label | React.ReactNode |
Date & Time field#
Required props#
| Props | Description |
|---|---|
field | string |
label | React.ReactNode |