4.0.0 • Published 1 year ago

@mertsolak/render-by-scroll v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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;
4.0.0

1 year ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

1.0.2

3 years ago

1.1.0

3 years ago

2.0.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago