svelte-infinite-loading compatibility Installation If you're using this component in a Sapper application, make sure to install the package to devDependencies!More Details With npm: $ npm install svelte-tiny-virtual-list With yarn: $ yarn add svelte-tiny-virtual-list With pnpm (recommended): ...
yarn add @sveltejs/svelte-virtual-list Usage importVirtualListfrom'@sveltejs/svelte-virtual-list';constthings=[// these can be any values you like{name:'one',number:1},{name:'two',number:2},{name:'three',number:3},// ...{name:'six thousand and ninety-two',number:6092}];<Virtual...
yarn add @sveltejs/svelte-virtual-list Usage importVirtualListfrom'@sveltejs/svelte-virtual-list';constthings=[// these can be any values you like{name:'one',number:1},{name:'two',number:2},{name:'three',number:3},// ...{name:'six thousand and ninety-two',number:6092}];<Virtual...
svelte-virtual-list changelog 3.0.1 Prevent missing itemHeight prop warning 3.0.0 Update for Svelte 3 2.2.1 Rename viewportHeight to _viewportHeight Initialise _viewportHeight to avoid missing data warning 2.2.0 Update when viewport changes size (#3) 2.1.2 Compensate for unexpected heights ...
sveltejs/svelte-virtual-listPublic NotificationsYou must be signed in to change notification settings Fork58 Star715 Code Issues30 Pull requests9 Actions Projects Security Insights Additional navigation options Files master test .eslintrc.json
A zero-config, fast and small (~3kB) virtual list (and grid) component for React, Vue, Solid and Svelte. If you want to check the difference with the alternatives right away, see comparison section. Motivation This project is a challenge to rethink virtualization. The goals are... Zero-...