JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q30856F
  • License ISC

A React HoC component for create scroll-aware components

Package Exports

  • react-scrollaware

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-scrollaware) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React scrollaware HoC

A WIP project component forked from React Waypoint

Installation

npm

npm install react-scrollaware --save

Troubleshooting

If your component isn't working the way you expect it to. Clone and modify the project locally.

  • clone this repo
  • add console.log or breakpoints where you think it would be useful.
  • npm link in the react-scrollaware repo.
  • npm link react-scrollaware in your project.
  • if needed rebuild react-scrollaware module: npm run build-npm

Credits

Thanks to Brigade Team original creators of React Waypoint

Contributing

  • Documentation improvement
  • Feel free to send any PR

LICENSE

ISC