Text

A Text field is single text input. You can use this field for short strings such as titles, handles, or headings.

Text Field
{
  component: 'text',
  name: 'textName',
  label: 'Text Field',
  description: 'A text input',
  defaultValue: 'This is default value',
}

Last updated