body
Overview
Developers can nest other UI components in the body
tag so that they display in the dialog
.
Basic Example
The following is an example of a dialog with a <text-input/>
:
main.view.xml
main.js
Standard Attributes
None
Advanced Attributes
align
align
Optional
Type: center
| fullwidth
| left
| right
Default: center
Specify the alignment of the body
relative to the dialog
.
Last updated