Saasflare UI
Components

Animated Shiny Text

Text with a sweeping highlight gradient, CSS-only and frame-free. The announcement-badge treatment ("✨ Introducing v2.0").

Installation

npx shadcn@latest add https://ui.saasflare.io/r/animated-shiny-text.json
pnpm add @saasflare/ui

Usage

Loading…
"use client"import { AnimatedShinyText } from "@saasflare/ui"/** The announcement badge — a shimmer sweeping across pill-shaped text. */export function Demo() {    return (        <div className="border-border bg-card inline-flex items-center rounded-full border px-4 py-1.5">            <AnimatedShinyText>✨ Introducing team workspaces</AnimatedShinyText>        </div>    )}

API Reference

Prop

Type

On this page