divider
Examples and code snippets

children:
- type: component.section
options:
title: Available cleaning options
children:
# Add a simple line divider between components.
- type: component.divider
- type: component.list
instanceId: service-list
options:
isHorizontal: true
isHorizontalScrollIndicatorHidden: false
# Data configured to use datasource (static)
data: [email protected]
item:
type: component.list-item
options:
title: [email protected]
subtitle: [email protected] & ' mins'
divider: solid
horizontalItemSize: large
leftElement:
element: image
text: ''
uri: [email protected]
# Add multiple dividers between components.
# A double line divider is made by stacking two component.divider components.
- type: component.divider
- type: component.divider
- type: component.form
instanceId: service-appt
options:
isDiscardChangesAlertEnabled: false
children:
- type: component.text-field
instanceId: fullName
options:
label: Full Name
- type: component.field-row
options:
children:
- type: component.number-field
instanceId: contact
options:
label: Contact Number
- type: component.date-picker
instanceId: appoint-date
options:
label: Service Date
# Add a simple line divider between components.
- type: component.divider
- type: component.entity
options:
children:
- type: component.entity-field
options:
label: ' '
value: Thank you for your supportLast updated
Was this helpful?