App content reference

Learn the building blocks of an Application user interface.

App content reference

Content object

The content object is where you define the user interface of your App through a list of UI components.

Attributes
Key Type Description
components array A list of components to render.

Components

These are all the components you can use to create the user interface of your App.

Text component

The text component shows a text or paragraph in your App.

Attributes
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.
Button component

Use the button for the important call to actions, like opening a link or submitting data.

Attributes
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.
Link component

Use links for directing users to other parts of the software or other websites.

Attributes
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.
¡Gracias por tu voto!
¿Este artículo fue de utilidad?

¿Quieres hablar con alguien?

Siempre puedes ponerte en contacto si no encuentras lo que estás buscando en nuestro centro de ayuda. ¡Te responderemos tan pronto sea posible!

Siempre puedes ponerte en contacto si no encuentras lo que estás buscando en nuestro centro de ayuda. ¡Te responderemos tan pronto sea posible!

Contáctenos
Woman messaging on mobile phone