# Content widget components

{% columns %}
{% column %}

<figure><img src="/files/A9IY4XDXE7yHp0HonS1p" alt="Content widgets components" width="188"><figcaption><p>Content widgets components</p></figcaption></figure>
{% endcolumn %}

{% column %}
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.
{% endcolumn %}
{% endcolumns %}

<table><thead><tr><th width="147.6484375">Properties</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/wvBXXxOfBbthkb9UpQGY">group</a></td><td>Combine widgets to display as one widget.</td></tr><tr><td><a href="/pages/NF5v9pYXkVvnTlkeo0Qr">titles</a></td><td>Displays a title, subtitle, comment, or any type of text content on the surface of the widget.</td></tr><tr><td><a href="/pages/W3eYkvmfhtFHW9TxL4pq">trend</a></td><td>Display an increase/decrease over a period. The increment/decrement number can be formatted as a percentage, currency, or plain value.</td></tr><tr><td><a href="/pages/hb2rU6WiXJ7w3RjUvo2V">onPress</a></td><td>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.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jigx.com/examples/readme/widgets/content-widget-components.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
