Package detail

virtuosa

maks-io8MIT1.0.3

A list component for React that combines vertical virtualized scrolling with CSS snap logic, allowing the 'active' element to snap to the center of the visible area.

react, virtualized list, virtualization, list

readme

virtuosa 🎻

Version

A list component for React that combines vertical virtualized scrolling with CSS snap logic, allowing the 'active' element to snap to the center of the visible area.

This was created after realizing that other already existing virtualized list solutions out there fail to successfully combine these two.

Teaser

Following soon

Live Demo

Following soon

Install

npm install --save virtuosa

Or if you use Yarn:

yarn add virtuosa

Usage

Following soon