Content Blocks
The Receipt
Receipt-style pricing section with paper aesthetics.
pricingreceiptpapervintage
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
storeName | string | SaaS Market | Store name text. |
storeAddress | string | 1234 Cloud Ave, Internet City | Store address text. |
items | Array<{name: string, price: number}> | [] | Array of pricing items with name and price. |
features | string[] | [] | Array of feature strings to display. |
backgroundColor | string | #e0e0e0 | Background color (hex, rgb, or hsl). |
receiptBgColor | string | #ffffff | Receipt background color. |
receiptShadowColor | string | rgba(0,0,0,0.25) | Receipt shadow color. |
iconColor | string | #404040 | Icon color. |
titleColor | string | #171717 | Title text color. |
addressColor | string | #171717 | Address text color. |
dividerColor | string | #d4d4d4 | Divider color. |
itemNameColor | string | #171717 | Item name text color. |
itemPriceColor | string | #171717 | Item price text color. |
featureTextColor | string | #737373 | Feature text color. |
featureBorderColor | string | #d4d4d4 | Feature border color. |
buttonBorderColor | string | #000000 | Button border color. |
buttonTextColor | string | #000000 | Button text color. |
totalLabelColor | string | #171717 | Total label text color. |
totalPriceColor | string | #171717 | Total price text color. |
footerText | string | THANK YOU FOR YOUR BUSINESS | Footer text. |
footerTextColor | string | #171717 | Footer text color. |
patternColor | string | #000000 | Pattern color. |
buttonText | string | Add to Cart | Button text. |