Paragraph¶
The Paragraph component displays text content with default vertical margins that provide natural spacing between elements, making it ideal for paragraph-style content.
Configuration¶
The Paragraph component functions identically to the Text component with the same configuration options:
| Option | Description |
|---|---|
| Text Content | Text to display - supports text templates for dynamic content |
| Text Formatting | Font family, size, weight, color, and alignment options |
| Spacing | Default vertical margins provide natural paragraph spacing |
Styling can be applied through themes or directly in the component configuration to override theme settings.
Use Cases¶
- Document paragraphs - create well-spaced text blocks for document-style reports
- Content sections - separate different content areas with natural vertical spacing
- Report narratives - add explanatory text with proper paragraph formatting
- Multi-paragraph content - maintain consistent spacing between text blocks
Tips¶
- Use Paragraph instead of Text when you need automatic spacing between text elements
- The default vertical margins eliminate the need to manually configure spacing
- All text formatting and template features work identically to the Text component
- Content can be added to dictionary for translation support