An infinite scroll component.
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`
Run the following command:
npx ever-ui-clx@0.2.1 add demo-scroll-infinite