This repository has been archived by the owner on Jun 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Outdated README.md #10
Comments
@uiii thanks for the reminder! The docs are a bit outdated. I'll fix that asap. |
Any progress on this? Main example doesn't work: import {ScrollBox, ScrollAxes, FastTrack} from 'react-scroll-box'; // ES6
<ScrollBox style={{height: '200px'}} axes={ScrollAxes.Y} fastTrack={FastTrack.PAGING}>
Place any content here.
</ScrollBox> ScrollAxes is undefined |
Any update on this? |
what we use instead of ScrollAxes? |
ScrollAxes not working! |
It looks like the project is dead. |
I wish github had a way to report a project as dead or abandoned like this one appears to be. A little black bar at the top or something would be great. :( |
Are there decent alternatives by the way? |
I have not found any decent alternatives. We went with a different design on our project so we didn't need this anymore anyway. |
Rollback to 0.2.9 did the trick for me |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seem that not all information in README are still up to date. E.g
ScrollAxes
not exists anymore.The text was updated successfully, but these errors were encountered: