# 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/block/social53. Every page on the site has one: add `.md` to any address, or send `Accept: text/markdown`.

Last updated: 2026-08-03

Whole catalog for LLMs: https://ui.beste.co/llms.txt. Registry index: https://ui.beste.co/r/registry.json

---
1. /
2. [Blocks](/blocks)
3. /
4. [Social](/blocks/social)
5. /
6. Contributor Wall

# Contributor Wall[PRO](/pricing)

A community credit section opening on three hairline figures, then naming each contributor in a hairline matrix of cards with their practice, what they changed, and how many reports they filed.

ViewCodeDocs

Base UI

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

## Social53: Contributor Wall

A community credit section opening on three hairline figures, then naming each contributor in a hairline matrix of cards with their practice, what they changed and how many reports they filed.

Upgrade to Pro

Pro blocks install through the shadcn CLI with your license key and ship their full source. Docs and live previews stay open to everyone, so you can read every block's details first.

[Upgrade NowUpgrade Now](/pricing)

### Installation

Swap `YOUR_EMAIL` and `YOUR_KEY` for the email and license key on your account. Find your license key on your [account page](/account).

**Radix flavor**

bashCopy

```
npx shadcn add "https://ui.beste.co/r/social53?email=YOUR_EMAIL&license_key=YOUR_KEY"
```

**Base UI flavor**

bashCopy

```
npx shadcn add "https://ui.beste.co/r-base/social53?email=YOUR_EMAIL&license_key=YOUR_KEY"
```

This installs the block to `components/beste/block/social53.tsx` plus the `badge23` and `button21` components it uses for the eyebrow and the closing action.

### Quick start

The installed file exports `social53Demo` alongside the block: the exact props behind the preview above. Spread it to get a working wall in one line.

tsxCopy

```
import { Social53, social53Demo } from "@/components/beste/block/social53";

export default function ContributorsPage() {
  return <Social53 {...social53Demo} />;
}
```

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

tsxCopy

```
import { Social53 } from "@/components/beste/block/social53";

export default function ContributorsPage() {
  return (
    <Social53
      badge={{ label: "Built with them" }}
      heading="The people who told us what to change"
      description="None of them work here and none of them were paid."
      stats={[
        { value: "118", label: "practices in the feedback group" },
        { value: "412", label: "changes shipped from their reports" },
        { value: "31", label: "features we dropped after they said no" },
      ]}
      contributors={[
        {
          name: "Elena Rourke",
          practice: "Bramble Health, Bristol",
          avatar: { src: "/people/elena.jpg", alt: "Portrait of Elena Rourke" },
          contribution: "Designed the waiting list backfill after describing her Monday in detail",
          count: "64",
          countLabel: "reports",
        },
      ]}
      closing="If you would rather shape the thing than wait for it, the group has room."
      button={{ label: "Join the group", href: "/community" }}
    />
  );
}
```

### Props

| Prop         | Type                            | Default | Description                                               |
| ------------ | ------------------------------- | ------- | --------------------------------------------------------- |
| badge        | { label: string }               | –       | Eyebrow above the hairline rule, rendered through Badge23 |
| heading      | string                          | –       | Section heading in the left column of the header          |
| description  | string                          | –       | Supporting paragraph, right-aligned from md up            |
| stats        | Stat\[\]                        | \[\]    | Programme figures on a hairline row                       |
| contributors | Contributor\[\]                 | \[\]    | Named people, three across from lg                        |
| closing      | string                          | –       | Invitation beside the closing action                      |
| button       | { label: string; href: string } | –       | Closing action                                            |
| className    | string                          | –       | Extra classes for the outer section                       |

tsCopy

```
type ActionLink = {
  label: string;
  href: string;
};

type Contributor = {
  name: string;
  practice: string;
  avatar: { src: string; alt: string };
  contribution: string;
  count: string;
  countLabel: string;
};

type Stat = {
  value: string;
  label: string;
};
```

### Behavior notes

* `contribution` is required and is written as a specific act rather than a role, for example "Argued us out of a settings page nobody needed". A wall of names with no attribution is the pattern this block exists to avoid.
* The third stat in the demo counts features dropped after feedback, which is the number that makes the other two credible. Passing only flattering figures undercuts the section.
* Cards are `flex flex-col` with the contribution marked `flex-1`, so the report counts align along the bottom across every card in a row.
* The count line splits into a `tabular-nums` figure and a muted unit, so a column of two-digit and three-digit counts still lines up.
* The matrix lines are the gap, not borders: `gap-px` over a `bg-border` container with `bg-card` cells, clipped by the container's `overflow-hidden`.
* Card headers use `min-w-0` with `truncate` on both lines, so a long practice name ellipsizes rather than pushing the portrait out of the row.
* Cards are not links. This is a credit wall rather than a directory, so nothing sends a reader to an individual's page.

## More Social blocks

[View all Social](/blocks/social)

[](/block/social56)

PRO

social56

### Referral Programme

A referral section walking through three numbered steps and the full terms as a hairline table, beside a column that sticks and floats a live credit card on an image tile.

[](/block/social58)

PRO

social58

### Response Wall With Platform Filter

A masonry of what readers wrote back, disagreements included, filtered by platform pills whose counts come from the responses themselves, over a hairline row of accounts to follow.

[](/block/social48)

FREE

social48

### Community Channels

A community section listing four linked places to join as full-width hairline rows, each with an icon tile, a description, a light membership figure, and an arrow that shifts on hover.

[](/block/social50)

PRO

social50

### Featured Post And Replies

A social section that gives one post an image tile of its own, floating a live post card with its engagement counts, beside the replies it drew as linked hairline rows.

[](/block/social57)

FREE

social57

### Community Photo Wall

A community gallery laid out as a masonry of customer photographs at mixed heights, each captioned with what is happening and the practice it came from.

[](/block/social55)

PRO

social55

### Community By The Numbers

A community section on a soft surface with four bordered figure cards, each explaining what the number counts, over an image tile that floats a live cluster of member portraits.

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