For the complete documentation index, see llms.txt. This page is also available as Markdown.

Content widget components

Content widgets components
Content widgets components

Extend the content surfaced on widgets further by using content widget components to overlay titles, group widgets into one and show trends. Add an onPress event to add an action directly on the widget, such as open a url.

Properties
Description

group

Combine widgets to display as one widget.

titles

Displays a title, subtitle, comment, or any type of text content on the surface of the widget.

trend

Display an increase/decrease over a period. The increment/decrement number can be formatted as a percentage, currency, or plain value.

onPress

The onPress event adds an action directly on the widget. This is particularly helpful in scenarios where you do not want to open a jig to perform an action.

Last updated

Was this helpful?