Health Statistics Display

Large-format statistics grid showcasing key metrics like member counts, satisfaction rates, and years of service. Perfect for healthcare organizations and wellness brands.

FREE

Health16: Health Statistics Display

Large-format statistics grid for proof-point numbers like member counts, satisfaction rates, and years in business, each with a big value, a label, and an optional supporting line, closed out with a decorative gradient hairline.

Free block

This block is free. No license or account is required: install it with the CLI and use it in unlimited projects.

Installation

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/health16"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/health16"

This installs the block to components/beste/block/health16.tsx and its dependencies.

Quick start

The installed file exports health16Demo alongside the block: the exact props behind the preview above. Spread it to get a working statistics section in one line.

tsx
import { Health16, health16Demo } from "@/components/beste/block/health16";

export default function AboutPage() {
  return <Health16 {...health16Demo} />;
}

Then replace the demo with your own props. Written out, a trimmed setup looks like this:

tsx
import { Health16 } from "@/components/beste/block/health16";

export default function AboutPage() {
  return (
    <Health16
      eyebrow="By The Numbers"
      heading="A decade of measurable outcomes"
      description="Results our members track alongside their care team."
      statistics={[
        { value: "12,400+", label: "Active Members" },
        { value: "96%", label: "Satisfaction Rate", description: "Members who renew after year one" },
        { value: "10", label: "Years of Practice" },
      ]}
    />
  );
}

Props

PropTypeDefaultDescription
eyebrowstringSmall uppercase label above the heading
headingstringSection heading
descriptionstringSection intro text
statisticsStatistic[][]Stat cards rendered in the grid
classNamestringExtra classes for the outer <section>
ts
type Statistic = {
  value: string;
  label: string;
  description?: string;
};

Behavior notes

More Health blocks

View all Health
FREE

health1

Vitals Dashboard

Health metrics dashboard displaying vital signs like heart rate, blood oxygen, activity, and sleep with trend indicators. Perfect for wellness apps and health tracking platforms.

PRO

health5

Medical Services Grid

Service cards displaying medical specialties with appointment durations, feature lists, and CTAs. Perfect for hospitals, clinics, and healthcare provider websites.

PRO

health7

Daily Health Check-in

Two-column layout with feature highlights and daily summary card showing heart rate, activity, and recovery metrics. Perfect for fitness coaching and health monitoring apps.

FREE

health6

Wellness Editorial Section

Long-form content section with rich text, bullet point highlights, and call-to-action buttons. Perfect for wellness blogs, healing journey stories, and health philosophy pages.

PRO

health17

Care Overview Dashboard

A clinical overview with an eyebrow over a hairline rule, a two-column heading, and a bordered dashboard panel that composes a journeys stat, a retention ring, and a slim live-status strip, closing with a big-number outcomes row.

PRO

fitness33

Transformation Gallery

Before/after photo grid showcasing member transformations with weight loss stats and testimonial quotes. Perfect for fitness success stories and gym marketing.