Components
Loading preview...
Here is Explorations with GSAP and Scroll Trigger component
npx shadcn@latest add https://21st.dev/r/filipz/explorations-with-gsap-and-scroll-trigger// src/demos/default.tsx
import { NebulaCube } from '@/components/ui/explorations-with-gsap-and-scroll-trigger';
export default function Default() {
return <NebulaCube />;
}