# 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/health12. 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. [Health](/pieces/health)
5. /
6. Nutrition Label

# Nutrition Label

FDA-style nutrition panel with a thick rule under calories and indented sub-nutrient rows.

Nutrition factsAbout 2 servingsServing size 1 cup (240 g)

Amount per servingCalories

280

% Daily value

Total fat 10 g13%

Saturated fat 2 g10%

Sodium 420 mg18%

Total carbs 34 g12%

Sugars 6 g

Protein 16 g

CLICode

Base UI

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

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

Import & useCopy

```
import { Health12 } from "@/components/beste/piece/health12";

<Health12
  serving="Serving size 1 cup (240 g)"
  servings="About 2 servings"
  calories="280"
  rows={[
    {
      "label": "Total fat",
      "value": "10 g",
      "dv": "13%",
      "bold": true
    },
    {
      "label": "Saturated fat",
      "value": "2 g",
      "dv": "10%",
      "indent": true
    },
    {
      "label": "Sodium",
      "value": "420 mg",
      "dv": "18%",
      "bold": true
    },
    {
      "label": "Total carbs",
      "value": "34 g",
      "dv": "12%",
      "bold": true
    },
    {
      "label": "Sugars",
      "value": "6 g",
      "indent": true
    },
    {
      "label": "Protein",
      "value": "16 g",
      "bold": true
    }
  ]}
/>
```

## More Health pieces

[View all Health](/pieces/health)

[](/piece/health24)

Known allergies

PenicillinHives, rash

Severe

ShellfishGI upset

Mild

Pollen · grassCongestion, sneezing

Mild

### Allergy Panel

Rose-tinted allergy panel with reaction descriptions and severity pills ranging from mild to severe.

[](/piece/health13)

Miso salmon with greens

25 min·520 kcal

Easy

DinnerHigh-proteinGluten-free

### Recipe Card

Recipe summary row with a warm chef tile, cook time, kcal, difficulty pill, and a dietary-tag row.

[](/piece/health22)

Headache · behind the eyes

Moderate

Started Wed 08:20

Throbbing. Worsens after screen time. No aura. Taken paracetamol 500 mg.

### Symptom Log

Symptom entry with a severity pill, onset timestamp, and free-form notes on a muted panel.

[](/piece/health21)

Dr. Rana Elgin, MDEndocrinology

Thu, May 2 · 09:30Memorial West · Suite 412

Annual check-up

### Appointment Card

Upcoming medical visit with provider, specialty, a muted location block, and an italic reason line.

[](/piece/health16)

74.2 kgGoal 72.0 kg

\- 1.8 kg in 30 days

### Weight Trend

Weight tracker with current and goal weights, a 30-day change pill, and a mini line chart underneath.

[](/piece/health28)

Lisinopril10 mg · 1 tab daily

Morning with food

8 of 30 leftRefill on May 12

Ships from Green Cross Pharmacy

### Prescription

Prescription card with a dose line, schedule note, supply bar that flips rose when low, and refill date.

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