5.0.0 • Published 11 months ago

@mertsolak/render-by-scroll v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Render By Scroll

It renders components, when they are in viewport.

npm license size issue

Installation

Use node package manager to install @mertsolak/render-by-scroll.

npm i @mertsolak/render-by-scroll

Usage

import { RenderByScroll } from '@mertsolak/render-by-scroll';

const App = () => (
  <RenderByScroll>
    <p>This p tag will be rendered when it is in viewport</p>
  </RenderByScroll>
);

export default App;
5.0.0

11 months ago

4.0.0

2 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

1.0.2

4 years ago

1.1.0

4 years ago

2.0.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago