A paper slip that slides out of a printer slot, revealing line items down to a serrated edge, then highlights the total once the print finishes.
The import and the props worth knowing about, in one place.
import { Receipt4 } from "@/components/beste/piece/receipt4";
<Receipt4
store="Beste Records"
reference="Order 4821"
items={[
{
"label": "Blue Note Vinyl",
"amount": 34
},
{
"label": "Tote Bag",
"amount": 18
},
{
"label": "Espresso",
"amount": 4.5
}
]}
taxRate={0.08}
/>