Content
Text
A component to display plain text or formatted text using Markdown syntax.
Fields
Name | Type | Description | Options |
---|---|---|---|
Text | Text | Add text directly, or reference state elements with @. | - |
Use Markdown | Boolean | The Markdown output will be sanitised; unsafe elements will be removed. |
|
Alignment | Text | - |
|
Primary text | Color | - | - |
Custom CSS classes | Text | CSS classes, separated by spaces. You can define classes in custom stylesheets. | - |
Events
Low code usage
This component can be declared directly in Python, using backend-driven UI.
A function, in this example handle_event
, should be implemented in your code to handle events.