# 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/health27. 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. Glucose Log

# Glucose Log

Daily fasting-glucose readings with a latest value in the header and optional context tags per row.

Blood glucose · fasting

102mg/dL

Mon96

Tue104post-pasta

Wed92

Thu88

Fri102

CLICode

Base UI

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

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

Import & useCopy

```
import { Health27 } from "@/components/beste/piece/health27";

<Health27
  metric="Blood glucose · fasting"
  unit="mg/dL"
  readings={[
    {
      "time": "Mon",
      "value": 96
    },
    {
      "time": "Tue",
      "value": 104,
      "tag": "post-pasta"
    },
    {
      "time": "Wed",
      "value": 92
    },
    {
      "time": "Thu",
      "value": 88
    },
    {
      "time": "Fri",
      "value": 102
    }
  ]}
  tone="rose"
/>
```

## More Health pieces

[View all Health](/pieces/health)

[](/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/health9)

Lunch · Grilled chicken bowl620 kcal · 124 g total

Carbs68 g

Protein34 g

Fat22 g

### Meal Macros

Meal log pairing kcal with a three-segment macro bar for carbs, protein, and fat grams.

[](/piece/health10)

Morning vitalsTue, Apr 22 · 08:14

Heart72bpm

Temp36.6°C

BP118/76mmHg

SpO₂98%

### Vitals Grid

Daily check-in card summarizing heart, temperature, blood pressure, and SpO2 in a 2×2 tile grid.

[](/piece/health17)

🙂

Mood todayGood

M😐

T🙂

W😄

T😕

F🙂

S🙂

S😄

4 of 7 days above neutral this week.

### Mood Tracker

Mood log card with a big emoji for today and a seven-day row of color-keyed tiny face tiles.

[](/piece/health23)

Vaccination record

Tetanus (Tdap)2024-04-12Lot K91A

Influenza2025-10-03

COVID-19 booster2026-01-18

Up to date · No boosters due

### Vaccination Record

Immunization log listing vaccines with date and optional lot, topped with a status summary pill.

[](/piece/health12)

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

### Nutrition Label

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

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