Rich Text¶
Provides formatted text authored in a visual editor — bold, italics, headings, lists and links — without writing markup.
Text components · element type rich-text-editor · no data binding — the text is authored in the editor
Related: Text · Paragraph · HTML
Options¶
The Layout section controls how the content flows:
| Option | Default | Description |
|---|---|---|
| Column Count | Not set | Splits the content into that many columns |
| Column Gap | Not set | Space between columns. Accepts any CSS unit |
| Allow this component to break across multiple pages | Off | Lets long content continue onto the next page instead of moving whole |
Appearance is set per text element. The Styling for selector picks which one you are styling — paragraphs (P), links, or headings H1–H6 — and each gets its own font, size, colour, weight, line height, margins and text transform.
Notes¶
- Use Rich Text for passages that need inline formatting. Use Text or Paragraph for a single uniform run, and HTML when you already have markup
- Double-click the component on the canvas to open the editor
- Style once per element type with Styling for rather than formatting each paragraph by hand — the report stays consistent and follows the theme
- Multi-column page breaking only works when the component sits directly inside the Content element