Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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