Element Types
Common Properties
Property
Type
Required
Description
Text Input
Example
{
id: "username",
label: "Username",
type: "text",
placeholder: "Enter username",
description: "Your unique username",
default: "",
required: true,
maxLength: 50
}Properties
Property
Type
Description
Textarea
Example
Properties
Property
Type
Description
Number Input
Example
Properties
Property
Type
Description
Checkbox
Example
Properties
Property
Type
Description
Dropdown
Example
Properties
Property
Type
Description
Color Picker
Example
Properties
Property
Type
Description
Slider
Example
Properties
Property
Type
Description
Radio Group
Example
Properties
Property
Type
Description
Toggle Group
Example
Properties
Property
Type
Description
Static Text
Example
Properties
Property
Type
Description
Separator
Example
Action Button
Example
Properties
Property
Type
Description
Choosing the Right Element
Data Type
Recommended Element
Next Steps
Last updated