Components
Loading preview...
Animated Scroll keywords section with loading and scrolling animation
@rahil1202
npx shadcn@latest add https://21st.dev/r/rahil1202/scroll-hero-sectionimport { WordHeroPage } from "@/components/ui/scroll-hero-section";
export default function DemoOne() {
return <WordHeroPage
items={['design.', 'prototype.', 'solve.', 'build.', 'develop.', 'cook.', 'ship.']}
theme="system"
animate
hue={280}
startVh={50}
spaceVh={50}
debug={false}
/>;
}