# 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/food5. 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. [Food](/pieces/food)
5. /
6. Order Receipt

# Order Receipt

Itemized food order receipt with qty-by-name lines, a subtotal/delivery/tip breakdown, and bold total.

Lokal · Modern Türk

2× Meze plate₺320

1× Roasted miso salmon₺240

1× Pistachio baklava₺110

Subtotal₺670

Delivery₺35

Tip₺50

Total₺755

CLICode

Base UI

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

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

Import & useCopy

```
import { Food5 } from "@/components/beste/piece/food5";

<Food5
  restaurant="Lokal · Modern Türk"
  items={[
    {
      "qty": 2,
      "name": "Meze plate",
      "price": "₺320"
    },
    {
      "qty": 1,
      "name": "Roasted miso salmon",
      "price": "₺240"
    },
    {
      "qty": 1,
      "name": "Pistachio baklava",
      "price": "₺110"
    }
  ]}
  subtotal="₺670"
  delivery="₺35"
  tip="₺50"
  total="₺755"
  subtotalLabel="Subtotal"
  deliveryLabel="Delivery"
  tipLabel="Tip"
  totalLabel="Total"
/>
```

## More Food pieces

[View all Food](/pieces/food)

[](/piece/food1)

![Roasted miso salmon · plated](https://images.unsplash.com/photo-1467003909585-2f8a72700288?auto=format&fit=crop&w=200&q=80)

Roasted miso salmon₺240

With charred leeks, lemon and toasted sesame

520 kcalChef's pickGluten-free

### Menu Item

Menu row with a warm gradient thumbnail, dish name and price pair, description, and dietary tag chips.

[](/piece/food4)

Order trackingETA 15–20 min

Order

Kitchen

On the way

Delivered

Emre · Scooter · 4.9★

### Delivery Tracker

Four-step delivery progress with icon tiles, a ringed active step, ETA pill, and a courier footer.

[](/piece/food6)

Grilled chicken bowl620 kcal

Carbs68 g

Protein42 g

Fat22 g

### Macro Breakdown

Dish nutrition card with a kcal line, stacked macro bar, and three color-keyed grams-per-macro tiles.

[](/piece/food7)

Lemon-thyme chicken

45 min480 kcal4 servings

4chicken thighs

2lemons, zest and juice

3 tbspolive oil

4 sprigsfresh thyme

### Recipe Card

Recipe tile with a warm chef tile, time/kcal/servings row, and a two-column ingredients list.

[](/piece/food8)

Step 4 / 707:42

Simmer the sauce

Keep at a gentle simmer, stirring every two minutes so the garlic doesn't scorch.

### Cook Step Timer

Recipe-step card with a step pill, mono MM:SS countdown, instruction paragraph, and rose progress bar.

[](/piece/food3)

Reservation confirmedLokal · Modern Türk

WhenThu, Apr 25 · 20:00

Guests4

SeatingPatio · Table 12

CodeLKL-7Z91

### Reservation Card

Emerald-bordered reservation summary with when/guests/seating/code arranged on a four-cell grid.

## 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.