Card Window
It renders only visible cards
Easy to Use
Card Window requires only 3 props.
And it has simple option props.
Check out the tutorial right away!
Automatically Adjust Columns
The card window uses ResizeObserver
internally. Therefore, the column is automatically adjusted according to the element size specified by CSS.
Inspired by "react-window"
It works by only rendering part of a large data set (just enough to fill the viewport). It is very much inspired by Brian Vaughn's react-window.