Notification Badge

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

New template addedThe Auralis studio set is live

Installation

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

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

New here? Read the installation guide.

Usage

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

import { Badge17 } from "@/components/beste/component/badge17";
import { Rocket } from "lucide-react";

<Badge17 title="New template added" description="The Auralis studio set is live" />

<Badge17
  title="v2.0 shipped"
  description="See what's new"
  icon={Rocket}     // tile icon (default: BellRing)
  tone="emerald"    // "primary" (default) | "emerald" | "amber"
/>

Playground

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

New template addedThe Auralis studio set is live
Usage
import { Badge17 } from "@/components/beste/component/badge17";

<Badge17
  title="New template added"
  description="The Auralis studio set is live"
/>

Props

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

PropTypeDefaultDescription
title*stringNotification title
descriptionstringMuted second line
iconLucideIconIcon in the leading tile (defaults to BellRing)
tone"primary" | "emerald" | "amber"Icon color
classNamestringAdditional classes merged onto the root

More Badge components

View all Badge

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.

40% faster

Marker Highlight Badge

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

12k+active users

Stat Badge

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

Launch in--d --h --m --s

Countdown Badge

A live countdown badge for launches and limited offers, SSR safe with a finished state.

Kto search

Kbd Shortcut Badge

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

Markdown version