API should maybe look like: ```tsx const Page= () =>{ return ( ... <Track.Scroll depths={[10, 50, 70]} params={{...}} /> ... ) } ```