
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@vaadin/vaadin-virtual-list
Advanced tools
Live Demo ↗ | API documentation ↗
<vaadin-virtual-list> is a Web Component providing an accessible and customizable virtual-list, part of the Vaadin components.
<vaadin-virtual-list></vaadin-virtual-list>
<script>
const list = document.querySelector('vaadin-virtual-list');
list.items = items; // An array of data items
list.renderer = (root, list, { item, index }) => {
root.textContent = `#${index}: ${item.name}`;
};
</script>
Install vaadin-virtual-list
:
npm i @vaadin/vaadin-virtual-list --save
Once installed, import it in your application:
import '@vaadin/vaadin-virtual-list/vaadin-virtual-list.js';
Vaadin components use the Lumo theme by default.
To use the Material theme, import the correspondent file from the theme/material
folder.
The component with the Lumo theme:
theme/lumo/vaadin-virtual-list.js
The component with the Material theme:
theme/material/vaadin-virtual-list.js
Alias for theme/lumo/vaadin-virtual-list.js
:
vaadin-virtual-list.js
Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
Apache License 2.0
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
FAQs
Web Component for displaying a virtual/infinite list of items.
The npm package @vaadin/vaadin-virtual-list receives a total of 2,213 weekly downloads. As such, @vaadin/vaadin-virtual-list popularity was classified as popular.
We found that @vaadin/vaadin-virtual-list demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.