# 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/badge10. 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. Rotating Text Seal

# Rotating Text Seal

A rotating circular text badge with a center icon for editorial seals and open for work stamps.

PreviewCode

Open for work • Available now • Open for work • Available now • 

## 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/badge10`

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

## Usage

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

```
import { Badge10 } from "@/components/beste/component/badge10";
import { Sparkle } from "lucide-react";

// End the text with a separator so the loop reads cleanly.
<Badge10 text="Open for work • Available now • " size={120} />

<Badge10
  text="Award winning studio • Est. 2019 • "
  icon={Sparkle}     // center icon (default: Asterisk)
  tone="muted"       // "foreground" (default) | "muted" | "primary"
  duration={20}      // seconds per rotation
  size={140}         // diameter in px
/>
```

## Playground

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

Open for work • Available now • Open for work • Available now • 

Usage

```
import { Badge10 } from "@/components/beste/component/badge10";

<Badge10
  text="Open for work • Available now • "
/>
```

Props

Text

Size

px

Duration

s

Surface

Toneforeground

## Props

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

| Prop      | Type                    | Default   | Description                                                                             |                     |
| --------- | ----------------------- | --------- | --------------------------------------------------------------------------------------- | ------------------- |
| text\*    | string                  | —         | Circular text. End with a separator (e.g. "Open for work • ") so the loop reads cleanly |                     |
| size      | number                  | —         | Diameter in pixels                                                                      |                     |
| duration  | number                  | —         | Seconds per full rotation                                                               |                     |
| icon      | LucideIcon              | —         | Center icon (defaults to Asterisk)                                                      |                     |
| tone      | "foreground" \| "muted" | "primary" | —                                                                                       | Text and icon color |
| className | string                  | —         | Additional classes merged onto the root                                                 |                     |

[PreviousTrend Delta Badge](/component/badge9)[NextBarcode Badge](/component/badge11)

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

## More Badge components

[View all Badge](/components/badge)

[](/component/badge11)

Est. 2019, Berlin

### Barcode Badge

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

[](/component/badge13)

40% faster

### Marker Highlight Badge

A marker highlight badge that draws a highlighter stroke behind key words in headlines.

[](/component/badge20)

Powering teams at![npm](https://oud.pics/sm/l/npm.svg)![pnpm](https://oud.pics/sm/l/pnpm.svg)![Yarn](https://oud.pics/sm/l/yarn.svg)![Bun](https://oud.pics/sm/l/bun.svg)

### Logo Strip Badge

A trusted by logo strip badge with grayscale logos that regain color on hover.

[](/component/badge6)

About Us

### Eyebrow Badge

An eyebrow kicker badge with an accent square and uppercase, letter spaced label for section headings.

[](/component/badge19)

BrandingWeb designMotion3D

### Tag Group Badge

A tag group badge that renders wrapping chips for services, skills, and topics.

[](/component/badge7)

(About)

### Parenthetical Eyebrow

A monospace eyebrow badge that wraps its label in brackets, with a vertical orientation option.

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