Overview
The Description Box Component provides a flexible way to display textual content across multiple QR Code categories.It supports rich text descriptions while maintaining consistent formatting through the cardStyle reference, allowing customization of layout, background, and spacing. Use this component to include short summaries, product overviews, or event descriptions below the main content.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| text | string | ✅ Yes | The main description text to display. Must be at least 10 characters long. |
| cardStyle | object | No | Reference to the Card Style Component for customizing background, padding, and borders. |
Used In Categories
This component is used in the following QR Code categories:Example Schema
Notes
- The
textproperty must contain at least 10 characters to ensure valid descriptive content. - The
cardStylereference supports customization for visual consistency across sections. - Avoid using HTML inside the text field — use plain or formatted Markdown text if supported by the category.