Components
A beautiful scroll-based text reveal component for React that progressively highlights words as you scroll. Perfect for storytelling, landing pages, and engaging narratives. Features smooth animations, dark mode support, and fully customizable content. Built with TypeScript and Tailwind CSS.
npx shadcn@latest add https://21st.dev/r/waleedkibhen/reading-text-revealLoading preview...
import { Component } from "@/components/ui/reading-text-reveal";
export default function DemoOne() {
return <Component />;
}