Invoice
#4821An invoice card with a reference and paid status, itemized line amounts, and a bold total row.
The import and the props worth knowing about, in one place.
import { Receipt2 } from "@/components/beste/piece/receipt2";
<Receipt2
surface="card"
bordered={true}
inverted={false}
title="Invoice"
reference="#4821"
status="Paid"
items={[
{
"label": "Care plan · May",
"amount": "$980.00"
},
{
"label": "Lab processing",
"amount": "$180.00"
},
{
"label": "Platform fee",
"amount": "$80.00"
}
]}
total="$1,240.00"
/>