Text
Description | Type | Required | |
---|---|---|---|
value | Will be used as default value. | String | No |
placeholder | Placeholder. If both value and placeholder are provided, value will be used. | String | No |
And all the common properties for all components.
Example
{
category: 'content',
type: 'text',
propName: 'firstName',
label: 'First name',
placeholder: 'John',
}