GodUIGodUI
113Follow on X

Scroll to bring it to life

The frame un-tilts and settles as you scroll.

Dashboard

Container Scroll

tsx
import { ContainerScroll } from "@/components/godui/container-scroll";export function Hero() {return (  <ContainerScroll header={<h2>Scroll to bring it to life</h2>}>    <img src="/dashboard.png" alt="Dashboard" />  </ContainerScroll>);}