jsonkao / react-scrollama

Simple scrollytelling with the IntersectionObserver in React.
https://jsonkao.github.io/react-scrollama
MIT License
387 stars 30 forks source link

Merge pull request #23 from jonesbp/master #23

Closed jonesbp closed 4 years ago

jonesbp commented 4 years ago

Adding the option to specify a prefix for Step ids allows for consistently defined Step ids for using the Scrollama component in combination with SSR.

In the absence of a value for the prefix prop, uuids will be generated for the Step ids.

jsonkao commented 4 years ago

Hi @jonesbp, thank you for your contribution :)