captivationsoftware / react-sticky

<Sticky /> component for awesome React apps
MIT License
2.64k stars 385 forks source link

Add footer and positionTop options #209

Open YuraGolomb opened 7 years ago

YuraGolomb commented 7 years ago

Fixed the following issues

  1. https://github.com/captivationsoftware/react-sticky/issues/193
  2. https://github.com/captivationsoftware/react-sticky/issues/90 Change log:
    • added footer option
    • added the positionTop option (allows to set distance between sticky header and the top of the viewport)
    • added examples for footer option
    • changed readme to reflect the PR's changes