Learn the building blocks of an Application user interface.
The content object is where you define the user interface of your App through a list of UI components.
Key | Type | Description |
components |
array |
A list of components to render. |
These are all the components you can use to create the user interface of your App.
The text component shows a text or paragraph in your App.
Key | Possible values | Required | Description |
type |
text |
Yes | The type of component to render. |
text |
Any string | Yes | The text to render. |
align |
left center right |
No | Align the text. Default is left . |
style |
header paragraph muted info danger success warning |
No | Style of the text. Default is paragraph . |
Use the button for the important call to actions, like opening a link or submitting data.
Key | Possible values | Required | Description |
type |
button |
Yes | The type of component to render. |
label |
Any string | Yes | The label of the button. |
style |
primary secondary danger |
No | Style of the button. Default is primary . |
action |
object |
No | The action definition for the button. |
Use links for directing users to other parts of the software or other websites.
Key | Possible values | Required | Description |
type |
link |
Yes | The type of component to render. |
label |
Any string | Yes | The label of the link. |
href |
string |
No | The URL of the link. All links open in a new tab. |
Feel free to contact us if you cannot find what you are looking for in our help center. We will be answering you shortly!
Feel free to contact us if you cannot find what you are looking for in our help center. We will be answering you shortly!
Contact us