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
- Host: GitHub
- URL: https://github.com/polymerlabs/uni-virtualizer
- Owner: PolymerLabs
- License: bsd-3-clause
- Created: 2019-05-20T17:36:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T09:27:31.000Z (over 1 year ago)
- Last Synced: 2025-03-29T22:05:54.065Z (about 1 year ago)
- Language: TypeScript
- Size: 8.18 MB
- Stars: 96
- Watchers: 21
- Forks: 13
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```