Scroll to bring it to life
The frame un-tilts and settles as you scroll.
Container Scroll
tsx
import { ContainerScroll } from "@/components/myndui/container-scroll";export function Hero() {return ( <ContainerScroll header={<h2>Scroll to bring it to life</h2>}> <img src="/dashboard.png" alt="Dashboard" /> </ContainerScroll>);}