Last active
February 2, 2020 07:34
-
-
Save itsmunim/b4dfd38a0001e1ec52db53b525ff43c3 to your computer and use it in GitHub Desktop.
Using ScrollToStick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- include scrolltostick --> | |
| <script src="vendors/scroll-to-stick/dist/scroll.to.stick.js"></script> | |
| <!-- or as npm module --> | |
| <script> | |
| import {applyScrollToStick} from 'scroll-to-stick'; | |
| </script> | |
| <!-- in react --> | |
| <script> | |
| import {ScrollToStick} from 'scroll-to-stick'; | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment