vue3-window
v0.1.4
Published
A virtualized window component suitable for Vue 3, based on react-window
Maintainers
Readme
Implemented based on react-window
vue3-window is a component library that helps render large lists of data quickly and without the performance problems that often go along with rendering a lot of data. It's used in a lot of places, from React DevTools to the Replay browser.
Installation
Begin by installing the library from NPM:
npm install vue3-windowTypeScript types
TypeScript definitions are included within the published dist folder
FAQs
Frequently asked questions can be found here.
Documentation
Documentation for this project is available at react-window.vercel.app; version 1.x documentation can be found at react-window-v1.vercel.app.
List
Renders data with many rows.
Required props
Optional props
Grid
Renders data with many rows and columns.
ℹ️ Unlike List rows, Grid cell sizes must be known ahead of time.
Either static sizes or something that can be derived (from the data in CellProps) without rendering.
