0.1.13 • Published 5 years ago

@emarketeross/simple-react-intersection-observer v0.1.13

Weekly downloads
102
License
Apache-2.0
Repository
github
Last release
5 years ago

simple-react-intersection-observer

GitHub license npm version CircleCI Status

A simple wrapper component around react-intersection-observer that will not lazy load if its being called from the server side or if the browser does not support IntersectionObserver.

Installation

Install using Yarn:

yarn add @emarketeross/simple-react-intersection-observer

or NPM:

npm i @emarketeross/simple-react-intersection-observer --save

Example Code

import ObserverWrapper from '@emarketeross/simple-react-intersection-observer'

<ObserverWrapper>
  <div>
    This will only appear when viewed in the browser.
  </div>
</ObserverWrapper>

License: Apache2

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago