Marker Highlight Badge

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

40% faster

Installation

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

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

New here? Read the installation guide.

Usage

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

import { Badge13 } from "@/components/beste/component/badge13";

// Inline emphasis, drop it inside a headline:
<h2>
  Ship landing pages <Badge13 label="40% faster" /> with Beste UI
</h2>

<Badge13
  label="new"
  tone="pink"   // "amber" (default) | "emerald" | "pink" | "sky"
/>

Playground

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

40% faster
Usage
import { Badge13 } from "@/components/beste/component/badge13";

<Badge13
  label="40% faster"
/>

Props

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

PropTypeDefaultDescription
label*stringThe highlighted text
tone"amber" | "emerald" | "pink" | "sky"Highlighter color
classNamestringAdditional classes merged onto the root

More Badge components

View all Badge
12k+active users

Stat Badge

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

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.

Announcement Badge

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

Est. 2019, Berlin

Barcode Badge

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

Selin AksoyProduct Designer

Profile Badge

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

Kto search

Kbd Shortcut Badge

A keyboard shortcut badge with real keycaps for command palettes and developer tools.

Markdown version