Separator
This widget is used to separate the fields in the form.
<separator />
With a string
<separator string="This is a separator" />
This is a separator
With a string and icon
<separator string="This is a separator" icon="home" />
This is a separator
API
Property | Description | Type | Default | Version |
---|---|---|---|---|
string | The text to show in the separator | string | - | - |
icon | The icon to show in the separator | string | - | - |