garthenweb / react-stickup

React components to stick elements at the top of the page while scrolling
http://garthenweb.github.io/react-stickup
MIT License
24 stars 4 forks source link

Sticky Footer? #21

Open juanmaguitar opened 5 years ago

juanmaguitar commented 5 years ago

Is there a way to have both a Sticky Header and Footer fixed, while there are other Sticky parts in the middle?

garthenweb commented 5 years ago

As of now, there is no support for footer components, but I would be interested to support this in case its possible in a reasonable way. What exactly are we talking about here? StickyScrollUp or Sticky component? Maybe you can extend your ideas of how this should work or can provide an example somehow?