Skip to main content

Miscellaneous Widgets

Miscellaneous widgets in Rill Canvas provide additional functionality for text, images, and other non-data elements. These widgets help enhance your dashboards with rich content. For more information, refer to our Components reference doc.

Text/Markdown

Text widgets allow you to add formatted text, markdown content, and documentation directly to your dashboards.

Preview
Text component showing markdown formatting
Inline Code
- markdown:
alignment:
horizontal: left
vertical: middle
content: |-
# Markdown
*Italic*
**Bold**
***Bold Italic***
~~Strikethrough~~
[Rill Home](https://rilldata.com)
Inline code: `print("Hello")`
Block code:
```python
def greet():
return "Hello, Markdown!"
width: 6

Image

Image widgets let you embed images, logos, and visual elements into your dashboards. Put files in your public/ folder and reference them directly in the url as public/image.png.

Preview
Image component showing embedded logo
Inline Code
- image:
url: https://cdn.prod.website-files.com/659ddac460dbacbdc813b204/660b0f85094eb576187342cf_rill_logo_sq_gradient.svg
width: 6

Component

Reference a reusable component created outside of the canvas dashboard.

Preview
Table showing detailed data columns
Inline Code
- component: my_component