Overview
The Separator Component provides a simple, reusable way to visually separate different content blocks — such as event details, guest information, or RSVP sections — within QR Code landing pages. It includes predefined separator styles (e.g., lines, icons, patterns) and supports custom color styling for better brand consistency or theme alignment. This component ensures clean structure and improved readability, particularly for long or multi-section layouts.Properties
| Property | Type | Required | Description |
|---|---|---|---|
| name | string | ✅ Yes | Identifier for the separator style. Supported values: "01" → "09". |
| color | object | No | Reference to the style object for customizing separator color. Points to style/separator.json#/properties/color. |
Used in Categories
This component is used in the following categories:Schema
Notes
- The
namefield corresponds to a predefined separator design (e.g., floral line, dotted divider, elegant swirl). - The
colorobject allows overriding the default design color for theme customization. - Ideal for use between large content sections like schedules, maps, or RSVP details.