Components
Here is Explorations with GSAP and Scroll Trigger component
Loading preview...
// src/demos/default.tsx
import { NebulaCube } from '@/components/ui/explorations-with-gsap-and-scroll-trigger';
export default function Default() {
return <NebulaCube />;
}