Rotating Text Seal

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

Open for work • Available now •

Installation

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

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

New here? Read the installation guide.

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 •
Usage
import { Badge10 } from "@/components/beste/component/badge10";

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

Props

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

PropTypeDefaultDescription
text*stringCircular text. End with a separator (e.g. "Open for work • ") so the loop reads cleanly
sizenumberDiameter in pixels
durationnumberSeconds per full rotation
iconLucideIconCenter icon (defaults to Asterisk)
tone"foreground" | "muted" | "primary"Text and icon color
classNamestringAdditional classes merged onto the root

More Badge components

View all Badge
Est. 2019, Berlin

Barcode Badge

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

40% faster

Marker Highlight Badge

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

Powering teams atnpmpnpmYarnBun

Logo Strip Badge

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

About Us

Eyebrow Badge

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

BrandingWeb designMotion3D

Tag Group Badge

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

(About)

Parenthetical Eyebrow

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

Markdown version