Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexgurr/react-emergence
React wrapper for detecting element visibility in the browser, using https://xtianmiller.github.io/emergence.js/
https://github.com/alexgurr/react-emergence
browser detect element emergence javascript js react scroll visibility
Last synced: about 2 months ago
JSON representation
React wrapper for detecting element visibility in the browser, using https://xtianmiller.github.io/emergence.js/
- Host: GitHub
- URL: https://github.com/alexgurr/react-emergence
- Owner: alexgurr
- Created: 2017-11-12T15:50:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T17:25:37.000Z (about 7 years ago)
- Last Synced: 2024-11-06T23:48:09.384Z (about 2 months ago)
- Topics: browser, detect, element, emergence, javascript, js, react, scroll, visibility
- Language: JavaScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-emergence · [![npm](https://img.shields.io/npm/v/react-emergence.svg?style=flat-square)](https://www.npmjs.com/package/react-emergence) [![npm](https://img.shields.io/npm/dt/react-emergence.svg?style=flat-square)]()
A React wrapper for detecting element visibility in the browser, using https://xtianmiller.github.io/emergence.js/.
react-emergence is a simple way for React users to pull in and use this.
Explanations for individual arguments can be found on the emergence git page. All credits go to the original author for the Emergence library.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Options](#options)
- [ToDo](#todo)## Installation
`npm install react-emergence`
or
`yarn add react-emergence`
## Usage