Scroll Text

A text component with smooth scroll animation on hover, perfect for navigation links.

Installation

pnpm dlx shadcn@latest add https://sase-ui.vercel.app/r/scroll-text.json

Usage

import { ScrollText } from "@/components/ui/scroll-text";
<ScrollText text="Features" />

Custom Hover Color

You can customize the hover color:

<ScrollText text="Features" hoverColor="text-blue-400" />