# 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/dashboard23. 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. [Dashboard](/pieces/dashboard)
5. /
6. Stacked Bar

# Stacked Bar

Horizontal 100 percent stacked bar splitting a total into colored segments with a wrapping legend of labels and percentages.

Traffic by device9,420 sessions

* Mobile58%
* Desktop32%
* Tablet8%
* Other2%

CLICode

Base UI

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

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

Import & useCopy

```
import { Dashboard23 } from "@/components/beste/piece/dashboard23";

<Dashboard23
  title="Traffic by device"
  total="9,420 sessions"
  segments={[
    {
      "label": "Mobile",
      "value": 58
    },
    {
      "label": "Desktop",
      "value": 32
    },
    {
      "label": "Tablet",
      "value": 8
    },
    {
      "label": "Other",
      "value": 2
    }
  ]}
/>
```

## More Dashboard pieces

[View all Dashboard](/pieces/dashboard)

[](/piece/dashboard5)

Top sources

1Direct

4,820

1Direct

4,820

2Google

3,610

2Google

3,610

3Twitter

1,890

3Twitter

1,890

4Referral

980

4Referral

980

### Top List

Ranked list where each row's background bar fills proportionally to its value, with index and count on either end.

[](/piece/dashboard30)

Signups382

+12%

Revenue$18.4K

+6%

MAU9.8K

+3%

### Sparkline Row

Stacked rows combining a label, value, inline tone-colored sparkline, and emerald delta on the right.

[](/piece/dashboard9)

Revenue$48.2K

* Subscriptions  
52%
* One-time  
28%
* Add-ons  
14%
* Refunds  
6%

### Donut Breakdown

Revenue split card with an SVG donut on the left showing weighted slices and a percentage legend on the right.

[](/piece/dashboard6)

Visit

12,400

Sign-up

3,420−72%

Active

1,980−42%

Paid

620−69%

### Funnel

Conversion funnel stages where each row's bar narrows against the top stage and a rose drop-off percentage marks churn.

[](/piece/dashboard22)

Weekly sessions

186/ 220

34 to targetmax 300

### Bullet Chart

Actual-vs-target bar with a tone-colored actual fill on a muted track and a thin foreground tick marking the target.

[](/piece/dashboard19)

4.6

1,284 reviews

5980

4208

362

224

110

### Rating Breakdown

Average rating with a star, total review count, and five rows showing per-star counts with an amber proportional bar.

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