Components
Loading preview...
An immersive scroll-triggered storytelling component featuring Alice's Adventures in Wonderland with GSAP animations, parallax effects, and dynamic text reveals. Perfect for creating engaging narrative experiences with smooth scroll-based interactions.
@kedhar
npx shadcn@latest add https://21st.dev/r/kedhareswer.12110626/alice-scroll-storyimport React from 'react'
import AliceScrollStory from '../components/ui/alice-scroll-story'
export default function DefaultDemo() {
return (
<div>
<AliceScrollStory />
</div>
)
}