# 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/component/badge16. 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. [Components](/components)
3. /
4. [Badge](/components/badge)
5. /
6. Profile Badge

# Profile Badge

A profile badge with avatar, name, and role for author and team credits.

PreviewCode

![](https://i.pravatar.cc/72?img=26)Selin AksoyProduct Designer

## Installation

Adds the component and everything it depends on to your project.

![](https://oud.pics/sm/l/npm.svg)npm![](https://oud.pics/sm/l/bun.svg)bun![](https://oud.pics/sm/l/pnpm.svg)pnpm![](https://oud.pics/sm/l/yarn.svg)yarn

Base UI

`npx shadcn add https://ui.beste.co/component/r-base/badge16`

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

## Usage

The import and the props worth knowing about, in one place.

```
import { Badge16 } from "@/components/beste/component/badge16";
import Link from "next/link";

<Badge16 src="/avatars/selin.jpg" name="Selin Aksoy" role="Product Designer" />

// Compose the link with the render prop: your Link becomes the chip and the
// badge content stays as its children.
<Badge16
  src="/avatars/mert.jpg"
  name="Mert Yilmaz"
  role="@mert"
  tone="muted"
  render={<Link href="https://x.com/mert" />}
/>
```

## Playground

Turn the props on the right; the snippet under them is what you would write to get what you see.

![](https://i.pravatar.cc/72?img=26)Selin AksoyProduct Designer

Usage

```
import { Badge16 } from "@/components/beste/component/badge16";

<Badge16
  src="https://i.pravatar.cc/72?img=26"
  name="Selin Aksoy"
  role="Product Designer"
/>
```

Props

NameRolePhoto URL

Surface

Toneneutral

## Props

Read from the component's own type, so this cannot drift from what it accepts.

| Prop      | Type                 | Default | Description                                                                                                                                                                                                    |
| --------- | -------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| src\*     | string               | —       | Avatar image URL                                                                                                                                                                                               |
| name\*    | string               | —       | Person's name                                                                                                                                                                                                  |
| role      | string               | —       | Muted second line (role, company, handle)                                                                                                                                                                      |
| asChild   | boolean              | —       | Compose the rendered element shadcn-style (radix asChild): your element (e.g. a router Link) becomes the chip and the badge content is injected as its children. Pass the element without children of its own. |
| children  | React.ReactElement   | —       | The element to render when \`asChild\` is set (e.g. your framework's Link)                                                                                                                                     |
| href      | string               | —       | Fallback link: renders a plain \`<a>\`. Prefer \`asChild\` with your framework's Link component for client-side navigation.                                                                                    |
| tone      | "neutral" \| "muted" | —       | Surface tone: bordered background (default) or muted fill                                                                                                                                                      |
| className | string               | —       | Additional classes merged onto the root                                                                                                                                                                        |

[PreviousStat Badge](/component/badge15)[NextNotification Badge](/component/badge17)

On this page
* [Preview](#preview)
* [Installation](#installation)
* [Usage](#usage)
* [Playground](#playground)
* [Props](#props)

## More Badge components

[View all Badge](/components/badge)

[](/component/badge15)

12k+active users

### Stat Badge

A stat badge with an icon, bold value, and label for quick hero metrics.

[](/component/badge14)

![](https://i.pravatar.cc/64?img=12)![](https://i.pravatar.cc/64?img=32)![](https://i.pravatar.cc/64?img=45)![](https://i.pravatar.cc/64?img=8)Loved by 2,400+ founders

### Testimonial Badge

A testimonial badge with an avatar stack, star rating, and social proof text for hero sections.

[](/component/badge21)

[NewThe Auralis studio set is live](#)

### Announcement Badge

An announcement pill badge with a bold tag, message, and optional link arrow for hero sections.

[](/component/badge11)

Est. 2019, Berlin

### Barcode Badge

A decorative barcode badge with a monospace caption for editorial and print inspired sections.

[](/component/badge12)

4.9from 200+ reviews

### Rating Badge

A star rating badge with a numeric value and review text for social proof sections.

[](/component/badge17)

New template addedThe Auralis studio set is live

### Notification Badge

A toast style notification badge with an icon tile, title, and description for product updates.

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