@scoped-vaadin/item
TypeScript icon, indicating that this package has built-in type declarations

24.6.2 • Public • Published

@scoped-vaadin/item

This component is based on @vaadin/item

A web component for displaying items in list-box, context-menu or select components.

Documentation + Live Demo ↗

npm version

<vaadin24-item>Simple Item</vaadin24-item> <vaadin24-item disabled>Disabled Item</vaadin24-item>

Screenshot of vaadin-item

Installation

Install the component:

npm i @scoped-vaadin/item

Once installed, import the component in your application:

import '@scoped-vaadin/item';

Themes

Vaadin components come with two built-in themes, Lumo and Material. The main entrypoint of the package uses Lumo theme.

To use the Material theme, import the component from the theme/material folder:

import '@scoped-vaadin/item/theme/material/vaadin-item.js';

You can also import the Lumo version of the component explicitly:

import '@scoped-vaadin/item/theme/lumo/vaadin-item.js';

Finally, you can import the un-themed component from the src folder to get a minimal starting point:

import '@scoped-vaadin/item/src/vaadin-item.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 usage statistics at development time to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.

Dependencies (9)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @scoped-vaadin/item

    Weekly Downloads

    59

    Version

    24.6.2

    License

    Apache-2.0

    Unpacked Size

    39.2 kB

    Total Files

    29

    Last publish

    Collaborators

    • robrez