An open API service indexing awesome lists of open source software.

https://github.com/polymerlabs/uni-virtualizer

Monorepo for a "universal" (renderer-agnostic) virtual scroller and renderer-specific variants
https://github.com/polymerlabs/uni-virtualizer

Last synced: about 1 year ago
JSON representation

Monorepo for a "universal" (renderer-agnostic) virtual scroller and renderer-specific variants

Awesome Lists containing this project

README

          

# uni-virtualizer

This is a monorepo, the main product of which is the package [@lit-labs/virtualizer](./packages/lit-virtualizer/).

@lit-labs/virtualizer will soon move to the [Lit monorepo](https://github.com/Lit/lit), after which this repo will be archived.

## In this monorepo

### [lit-virtualizer](./packages/lit-virtualizer/)

Visit https://polymerlabs.github.io/uni-virtualizer/ to see some basic usages.

Published on npm as [@lit-labs/virtualizer](https://www.npmjs.com/package/@lit-labs/virtualizer).

⚠️ @lit-labs/virtualizer is in prerelease. All changes may be breaking until 1.0.

## Development

To set up this repo for local development, clone it and run:

```
npm ci
npm run bootstrap
```