Overview
The Design Info Component standardizes visual styling for sections across QR Code landing pages — such as headers, descriptions, or content blocks.It ensures that visual elements like background color, borders, and spacing remain consistent with the overall brand theme. This component is commonly used in categories that require rich content presentation and uniform styling: ✅ Used in: Business Card, Feedback, and Restaurant
Properties
- color (
object)- primary (
string) - pattern:^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$...- primary text color - secondary (
string) - pattern:^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$...- secondary text color - background (
object) - primaryText (
string) - pattern:^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$...- title text color - secondaryText (
string) - pattern:^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$...- secondary text color
- primary (
- fontFamily (
string) - font family of text - fontSize (
object)- name (
number) - font size of name
- name (
- floatingContactButton (
boolean) - contact button is floating or not - backgroundImage (
object)- isSolid (
boolean) (required) - To check background has image or solid color - value (
string) (required) - Value can be color or image url
- isSolid (