UIDividerElement
Example
{
body: [
{ type: "Text", content: "Contact" },
{ type: "TextInput", placeholder: "Enter your name", ... },
{ type: "TextInput", placeholder: "Enter your email", ... },
{ type: "Divider" },
{ type: "Text", content: "Address" },
{ type: "TextInput", placeholder: "Enter your address", ... },
],
}Properties
type
id
onCreate()?
Parameters
Parameter
Type
Description
Returns
onDestroy()?
Parameters
Parameter
Type
Description
Returns
Last updated
Was this helpful?