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

Inline Code
- markdown:alignment:horizontal: leftvertical: middlecontent: |-# Markdown*Italic***Bold*****Bold Italic***~~Strikethrough~~[Rill Home](https://rilldata.com)Inline code: `print("Hello")`Block code:```pythondef 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

Inline Code
- image:url: https://cdn.prod.website-files.com/659ddac460dbacbdc813b204/660b0f85094eb576187342cf_rill_logo_sq_gradient.svgwidth: 6
Component
Reference a reusable component created outside of the canvas dashboard.
Preview

Inline Code
- component: my_component