Sections
Get Started
UI
Components
- Animated Beam
- Animated List
- Animated Logo
- Animated Theme Toggler
- Avatar Circles
- Bento Grid
- Big Name Text
- Border Beam
- Dock
- Feature Card
- Filter Dropdown
- Footer Link
- Hero Badge
- Hero Buttons
- Hyper Text
- Lens
- Magic Card
- Marquee
- Meteors
- Onboarding Form
- Pricing Card
- Scroll Text
- Section Header
- Site Header
- Status Card
- Status
- Tweet Card
"use client";
import { BigNameText } from "@/registry/sase/big-name-text";
export function BigNameTextDemo() {
return (
<div className="w-full max-w-4xl space-y-8">
<BigNameText text="SoftUI" hoverText="Try Now" href="#get-started" />
</div>
);
}
Installation
pnpm dlx shadcn@latest add https://sase-ui.vercel.app/r/big-name-text.json
Usage
import { BigNameText } from "@/components/ui/big-name-text";<BigNameText text="SoftUI" hoverText="Try Now" href="#get-started" />