Invoice Summary

Compact invoice card with an ID header, line items, and a subtotal, tax, and total block at the bottom.

Invoice#INV-20481
  • Block license2 × $49.00$98.00
  • Support hours4 × $35.00$140.00
Subtotal$238.00
Tax$47.60
Total$285.60

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Money7 } from "@/components/beste/piece/money7";

<Money7
  number="INV-20481"
  lines={[
    {
      "description": "Block license",
      "qty": 2,
      "price": "$49.00",
      "total": "$98.00"
    },
    {
      "description": "Support hours",
      "qty": 4,
      "price": "$35.00",
      "total": "$140.00"
    }
  ]}
  subtotal="$238.00"
  tax="$47.60"
  total="$285.60"
/>

More Finance pieces

View all Finance
Split bill$248.60
AKSBJD
4 ways$62.15 each

Split Bill

money10

Bill total header above an overlapping avatar stack with the per-person share on the right.

Top spending
Rent$1,800
Groceries$640
Transport$220
Leisure$410

Ranked categories, each with an amount and a bar sized to its share.

Withdrawn
200USD

Dashed-border card with an emerald cash bubble, a status label, and a bold amount with currency.

Available balance
12,459.20USD

Gradient wallet card with an uppercase label, big balance, and currency code.

VISA
••••••••••••4242
Deniz Arslan08/28

1.586 aspect payment card with a gradient body, gold chip, masked digits, holder name, and expiry.

AAPLApple Inc.
$218.42
+1.8%

Ticker row with symbol, company, price, a tiny sparkline, and a signed percentage delta.