Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/list-box

Package Overview
Dependencies
Maintainers
19
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/list-box

vaadin-list-box

  • 22.0.0-beta1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
29K
decreased by-1.76%
Maintainers
19
Weekly downloads
 
Created
Source

<vaadin-list-box>

Live Demo ↗ | API documentation ↗

<vaadin-list-box> is a Web Component providing reusable list boxes, part of the Vaadin components.

npm version Published on Vaadin Directory Discord

<vaadin-list-box selected="2">
  <b>Select an Item</b>
  <vaadin-item>Item one</vaadin-item>
  <vaadin-item>Item two</vaadin-item>
  <hr />
  <vaadin-item>Item three</vaadin-item>
  <vaadin-item>Item four</vaadin-item>
</vaadin-list-box>

Screenshot of vaadin-list-box

Installation

Install vaadin-list-box:

npm i @vaadin/list-box --save

Once installed, import it in your application:

import '@vaadin/list-box/vaadin-list-box.js';

Getting started

Vaadin components use the Lumo theme by default.

To use the Material theme, import the correspondent file from the theme/material folder.

Entry points

  • The component with the Lumo theme:

    theme/lumo/vaadin-list-box.js

  • The component with the Material theme:

    theme/material/vaadin-list-box.js

  • Alias for theme/lumo/vaadin-list-box.js:

    vaadin-list-box.js

Contributing

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.

License

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.

Keywords

FAQs

Package last updated on 29 Oct 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc