4.0.0 • Published 22 days ago

@mertsolak/render-by-scroll v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days 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

22 days ago

3.2.0

1 year ago

3.1.0

1 year ago

3.0.0

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago