Components
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.
npx shadcn@latest add https://21st.dev/r/kedhareswer.12110626/alice-scroll-storyLoading preview...
import React from 'react'
import AliceScrollStory from '../components/ui/alice-scroll-story'
export default function DefaultDemo() {
return (
<div>
<AliceScrollStory />
</div>
)
}