vaadin-list-box

WebJar for vaadin-list-box

Лицензия

Лицензия

Категории

Категории

Vaadin Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

vaadin-list-box
Последняя версия

Последняя версия

1.0.0-alpha9
Дата

Дата

Тип

Тип

jar
Описание

Описание

vaadin-list-box
WebJar for vaadin-list-box
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/vaadin/vaadin-list-box

Скачать vaadin-list-box

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/vaadin-list-box/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>vaadin-list-box</artifactId>
    <version>1.0.0-alpha9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/vaadin-list-box/
implementation 'org.webjars.bower:vaadin-list-box:1.0.0-alpha9'
// https://jarcasting.com/artifacts/org.webjars.bower/vaadin-list-box/
implementation ("org.webjars.bower:vaadin-list-box:1.0.0-alpha9")
'org.webjars.bower:vaadin-list-box:jar:1.0.0-alpha9'
<dependency org="org.webjars.bower" name="vaadin-list-box" rev="1.0.0-alpha9">
  <artifact name="vaadin-list-box" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='vaadin-list-box', version='1.0.0-alpha9')
)
libraryDependencies += "org.webjars.bower" % "vaadin-list-box" % "1.0.0-alpha9"
[org.webjars.bower/vaadin-list-box "1.0.0-alpha9"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.webjars.bower : github-com-vaadin-vaadin-element-mixin jar [1.0.1,2)
org.webjars.bower : github-com-vaadin-vaadin-list-mixin jar [2.0.0,3)
org.webjars.bower : vaadin-themable-mixin jar [1.1.3,2)
org.webjars.bower : github-com-vaadin-vaadin-lumo-styles jar [1.0.0,2)
org.webjars.bower : polymer jar [2.0.0,3)
org.webjars.bower : vaadin-item jar [2.0.0,3)

Модули Проекта

Данный проект не имеет модулей.

<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 webcomponents.org Build Status Published on Vaadin Directory Stars on vaadin.com/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/vaadin-list-box --save

Once installed, import it in your application:

import '@vaadin/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

Running API docs and tests in a browser

  1. Fork the vaadin-list-box repository and clone it locally.

  2. Make sure you have node.js 12.x installed.

  3. Make sure you have npm installed.

  4. When in the vaadin-list-box directory, run npm install to install dependencies.

  5. Run npm start, browser will automatically open the component API documentation.

  6. You can also open visual tests, for example:

Running tests from the command line

  1. When in the vaadin-list-box directory, run npm test

Debugging tests in the browser

  1. Run npm run debug, then choose manual mode (M) and open the link in browser.

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running npm run lint, which will automatically lint all .js files.

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.

Contributing

To contribute to the component, please read the guideline first.

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.

org.webjars.bower

Vaadin

An open platform for building modern web apps for Java back ends

Версии библиотеки

Версия
1.0.0-alpha9
1.0.0-alpha8
1.0.0-alpha7
1.0.0-alpha6
1.0.0-alpha2