# Beste UI

> Beautiful, accessible blocks, pieces and components for shadcn/ui and Tailwind CSS, built for React and Next.js. Install one with the shadcn CLI and the code is yours to edit: no runtime dependency, nothing to upgrade.

Markdown rendition of https://ui.beste.co/piece/commerce25. Every page on the site has one: add `.md` to any address, or send `Accept: text/markdown`.

Whole catalog for LLMs: https://ui.beste.co/llms.txt. Registry index: https://ui.beste.co/r/registry.json

---
1. /
2. [Pieces](/pieces)
3. /
4. [Commerce](/pieces/commerce)
5. /
6. Receipt Lines

# Receipt Lines

Dashed-border receipt with the store name and order id, three monospaced quantity-name-price rows, a subtotal, and a bold final total with payment method.

Beste Goods · SF

INV-2026-0421

2× Air Max 90$258.00

1× Cotton Tee$48.00

1× Retro Shades$38.00

Subtotal$344.00

Total$368.14

Paid · Visa ending 4242

CLICode

Base UI

![](https://oud.pics/sm/l/npm.svg)`npx shadcn add https://ui.beste.co/piece/r-base/commerce25`

New here? Read the [installation guide](/docs/installation).

Import & useCopy

```
import { Commerce25 } from "@/components/beste/piece/commerce25";

<Commerce25
  storeName="Beste Goods · SF"
  orderId="INV-2026-0421"
  lines={[
    {
      "qty": 2,
      "name": "Air Max 90",
      "price": "$258.00"
    },
    {
      "qty": 1,
      "name": "Cotton Tee",
      "price": "$48.00"
    },
    {
      "qty": 1,
      "name": "Retro Shades",
      "price": "$38.00"
    }
  ]}
  subtotal="$344.00"
  total="$368.14"
  paid="Visa ending 4242"
/>
```

## More Commerce pieces

[View all Commerce](/pieces/commerce)

[](/piece/commerce22)

Tracking1Z999AA10123456784

1. Order placedApr 20, 2:14pm
2. PackedApr 21, 9:00am
3. ShippedApr 21, 4:30pm
4. DeliveredEstimated Apr 22

### Order Tracking

Vertical shipment status with check, spinning, and pending dots connected by a tone-colored line, each row showing label and timestamp.

[](/piece/commerce9)

Order confirmed#SO-8241

$284.00

Arrives Apr 26 – Apr 28

Receipt sent to hello@beste.co

### Order Confirmation

Post-purchase card with an emerald check, order id, total price, a package-arrival line, and the receipt email destination.

[](/piece/commerce23)

Subtotal$284.00

ShippingFree

Tax (8.5%)$24.14

Discount · SUMMER20−$56.80

Total$251.34

### Cart Summary

Order math card with subtotal, shipping, tax, and an emerald discount line, separated from a bold final total below.

[](/piece/commerce28)

Find in store

* SF Union SquareIn stock · 0.4 mi
* Hayes ValleyLow stock · 1.2 mi
* Mission DistrictOut of stock · 2.8 mi

### Store Locator

Nearby stores list where each row carries a semantic stock dot, store name, distance, and a chevron to drill into the location.

[](/piece/commerce12)

Your bag2

* ![Air Max 90](https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=128&auto=format&fit=crop)  
Air Max 90Qty 1  
$129
* ![Field Jacket](https://images.unsplash.com/photo-1551028719-00167b16eac5?w=128&auto=format&fit=crop)  
Field JacketQty 1  
$240

Subtotal$369

Checkout

### Cart Drawer

Mini cart panel with a count badge header, two item rows showing photo, name, quantity, and price, and a tone Checkout CTA next to the subtotal.

[](/piece/commerce6)

![Nomad Diver Watch](https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=256&auto=format&fit=crop)

Nomad Diver WatchBlack · Steel band

$420

1

Add to cart

### Add to Cart

Mini cart-line card with product photo, name, variant, price, a minus/plus quantity stepper, and a tone-filled Add to cart button.

## Ship the interface, keep the code.

New blocks, pieces and components every week. Install one with a command and it is yours to edit. No runtime dependency, no upgrade path to fight.

[Browse the libraryBrowse the library](/blocks)[See pricingSee pricing](/pricing)

### Library

* [Blocks](/blocks)
* [Pages](/pages)
* [Pieces](/pieces)
* [Components](/components)
* [Search](/search)

### Learn

* [Docs](/docs)
* [AI & MCP](/docs/mcp)
* [Blog](/blog)
* [Free tools](/tools)
* [What's new?](/changelog)
* [Website Builder](https://beste.co)

### More

* [Pricing](/pricing)
* [Referrals](/referrals)
* [License](/license)
* [GitHub](https://github.com/beste-co/beste-ui)

### Shadcn Blocks

* [Shadcn Hero Blocks](/blocks/hero)
* [Shadcn Feature Blocks](/blocks/feature)
* [Shadcn Pricing Blocks](/blocks/pricing)
* [Shadcn CTA Blocks](/blocks/cta)
* [Shadcn FAQ Blocks](/blocks/faq)
* [Shadcn About Blocks](/blocks/about)
* [Shadcn Stats Blocks](/blocks/stats)
* [Shadcn Footer Blocks](/blocks/footer)
* [Shadcn Navigation Blocks](/blocks/navigation)
* [Shadcn Auth Blocks](/blocks/auth)
* [Shadcn Ecommerce Blocks](/blocks/ecommerce)
* [Shadcn Portfolio Blocks](/blocks/portfolio)
* [Shadcn Showcase Blocks](/blocks/showcase)
* [Shadcn Careers Blocks](/blocks/careers)
* [Shadcn Onboarding Blocks](/blocks/onboarding)
* [Shadcn Coming Soon Blocks](/blocks/coming-soon)
* [Shadcn Post Blocks](/blocks/post)
* [Shadcn Legal Blocks](/blocks/legal)
* [Shadcn Workflow Blocks](/blocks/workflow)
* [Shadcn News Blocks](/blocks/news)

© 2026, [Beste](https://beste.co). All rights reserved.