jscottsmith/react-scroll-parallax-examples

How to draw elements on top of ParallaxBanner?

Belka383 opened this issue · 0 comments

Hi!

I use code:

<ParallaxBanner
   layers={[
      {
         image: "https://...",
         amount: 0.3,
         slowerScrollRate: false,
      },
   ]}
      style={{
      height: '50vh',
   }}
>
</ParallaxBanner>

How to draw other components on top of the ParallaxBanner component?