Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenvachon/virtual-list
A DOM utility for efficiently rendering large, scrollable lists and tabular data.
https://github.com/stevenvachon/virtual-list
dom performance virtualization windowing
Last synced: about 2 months ago
JSON representation
A DOM utility for efficiently rendering large, scrollable lists and tabular data.
- Host: GitHub
- URL: https://github.com/stevenvachon/virtual-list
- Owner: stevenvachon
- License: mit
- Created: 2019-06-12T17:07:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T20:28:42.000Z (over 5 years ago)
- Last Synced: 2024-10-06T04:23:13.744Z (4 months ago)
- Topics: dom, performance, virtualization, windowing
- Language: JavaScript
- Homepage: https://stevenvachon.github.io/virtual-list
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# virtual-list [![NPM Version][npm-image]][npm-url] ![File Size][filesize-image] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url]
> A DOM utility for efficiently rendering large, scrollable lists and tabular data.
## Installation
[Node.js](http://nodejs.org/) `>= 10` is required. To install, type this at the command line:
```shell
npm install virtual-list
```[npm-image]: https://img.shields.io/npm/v/virtual-list-new%3F.svg
[npm-url]: https://npmjs.com/package/virtual-list-new%3F
[filesize-image]: https://img.shields.io/badge/size-%3FkB%20gzipped-blue.svg
[travis-image]: https://img.shields.io/travis/stevenvachon/virtual-list.svg
[travis-url]: https://travis-ci.org/stevenvachon/virtual-list
[coveralls-image]: https://img.shields.io/coveralls/stevenvachon/virtual-list.svg
[coveralls-url]: https://coveralls.io/github/stevenvachon/virtual-list