# 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/social51. 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. Press Mentions

# Press Mentions[PRO](/pricing)

A coverage section listing each outlet against the line it published, as linked hairline rows with the writer and date, closing on a soft press pack panel.

ViewCodeDocs

Base UI

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

## Social51: Press Mentions

A coverage section listing each outlet against the line it published, as linked hairline rows with the writer and date, closing on a soft press pack panel.

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/social51?email=YOUR_EMAIL&license_key=YOUR_KEY"
```

**Base UI flavor**

bashCopy

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

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

### Quick start

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

tsxCopy

```
import { Social51, social51Demo } from "@/components/beste/block/social51";

export default function PressPage() {
  return <Social51 {...social51Demo} />;
}
```

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

tsxCopy

```
import { Social51 } from "@/components/beste/block/social51";

export default function PressPage() {
  return (
    <Social51
      badge={{ label: "Written about us" }}
      heading="Coverage we did not place"
      description="We have no agency and we do not pay for placement."
      mentions={[
        {
          outlet: "Practice Weekly",
          quote: "The first clinical scheduler in a decade that treats the receptionist as the primary user.",
          writer: "Hannah Bray",
          date: "May 2026",
          href: "https://example.com/coverage/1",
        },
        {
          outlet: "The Care Review",
          quote: "Their published incident notes are more candid than most companies' marketing.",
          writer: "Owen Meade",
          date: "April 2026",
          href: "https://example.com/coverage/2",
        },
      ]}
      pressTitle="Writing about us?"
      pressBody="The press pack has logos, screenshots, and the founders' contact details."
      button={{ label: "Get the press pack", href: "/press" }}
    />
  );
}
```

### 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            |
| mentions    | Mention\[\]                     | \[\]    | Coverage entries as linked rows                           |
| pressTitle  | string                          | –       | Heading in the closing panel                              |
| pressBody   | string                          | –       | Paragraph in the closing panel                            |
| button      | { label: string; href: string } | –       | Press pack action                                         |
| className   | string                          | –       | Extra classes for the outer section                       |

tsCopy

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

type Mention = {
  outlet: string;
  quote: string;
  writer: string;
  date: string;
  href: string;
};
```

### Behavior notes

* The quote is the display element, not the outlet name. Rows lead with the outlet in a narrow column but the pulled line is set at `text-xl` rising to `md:text-2xl`, so what was said outranks who said it.
* Quotation marks are added by the block as `&ldquo;` and `&rdquo;` entities, so pass `quote` as plain text or you will get doubled quotes.
* No logos are used anywhere, only outlet names as text. That is deliberate: a logo wall implies a relationship, and this block is for coverage that was not placed.
* Rows are whole `Link` elements in a three-track grid from `md`: outlet and date, the quote and writer, then the arrow. Below `md` the arrow is entirely.
* The hover arrow uses a named group, `group/social51`, rather than the bare `group` class, carries `self-start` so it stays level with the top of a multi-line quote, and its shift is wrapped in `motion-safe:`.
* Rows carry `md:px-4` alongside the hover fill, so the highlight extends slightly past the text on wider screens.
* Rows use `border-t` with no closing rule, so the list flows into the closing panel.

## More Social blocks

[View all Social](/blocks/social)

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

PRO

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.

[](/block/social54)

PRO

social54

### Inverted Follow Panel

A follow section held in one dark panel, listing each account as a linked hairline row with what gets posted there and a light follower figure.

[](/block/social52)

PRO

social52

### Community Sessions

An upcoming sessions list with a date block, format, and remaining seats on each linked hairline row, beside a column that sticks and floats a live card for whoever is hosting next.

[](/block/social49)

PRO

social49

### Social Post Grid

A social proof grid of six linked post cards, each with an avatar, handle, timestamp, the post itself, and reply, repost, and like counts under a hairline.

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

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