Scroll Infinite

An infinite scroll component.

scroll
Description of the SVG image Loading...

Note

Adjust gap and height using vh unit for your case.

For fullscreen sections, consider using the following formula to get the values you need

gap = 4vh
height = (100 / 2) - (gap / 2) //= 48vh
So the result will be `gap = 4vh` and `height = 48vh`

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-scroll-infinite

Usage