Magic UI

Sparkles Text

Install component

npxshadcn@latest add "https://21st.dev/r/magicui/sparkles-text"
import { SparklesText } from "@/components/ui/sparkles-text"

export function SparklesTextDemo() {
  return <SparklesText text="Magic UI" />;
}