vaadin-dropdown-menu

WebJar for vaadin-dropdown-menu

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

vaadin-dropdown-menu
Последняя версия

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

1.2.0-beta1
Дата

Дата

Тип

Тип

jar
Описание

Описание

vaadin-dropdown-menu
WebJar for vaadin-dropdown-menu
Ссылка на сайт

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

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

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

https://github.com/vaadin/vaadin-dropdown-menu

Скачать vaadin-dropdown-menu

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

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

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
org.webjars.bowergithub.vaadin : vaadin-overlay jar [3.2.0-alpha3,4)
org.webjars.bowergithub.vaadin : vaadin-element-mixin jar [2.0.0,3)
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : iron-media-query jar [2.0.0,3)
org.webjars.bowergithub.vaadin : vaadin-lumo-styles jar [1.1.0,2)
org.webjars.bowergithub.vaadin : vaadin-material-styles jar [1.1.0,2)
org.webjars.bowergithub.vaadin : vaadin-control-state-mixin jar [2.1.1,3)
org.webjars.bowergithub.vaadin : vaadin-text-field jar [2.1.1,3)
org.webjars.bowergithub.vaadin : vaadin-themable-mixin jar [1.3.2,2)

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

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

<vaadin-select>

Live Demo | API documentation

<vaadin-select> is a Web Component similar to a native browser select element, part of the Vaadin components.

npm version Build Status Published on webcomponents.org Published on Vaadin Directory Stars on vaadin.com/directory Discord

<vaadin-select></vaadin-select>
<script>
  document.querySelector('vaadin-select').renderer = root => {
    if (root.firstElementChild) {
      return;
    }

    // Note that innerHTML is only used for demo purposes here!
    // Prefer using a templating library instead.
    root.innerHTML = `
      <vaadin-list-box>
        <vaadin-item>Option one</vaadin-item>
        <vaadin-item>Option two</vaadin-item>
        <vaadin-item>Option three</vaadin-item>
        <hr>
        <vaadin-item disabled>Option four</vaadin-item>
      </vaadin-list-box>
    `;
  };
</script>

Screenshot of vaadin-select

Installation

Install vaadin-select:

npm i @vaadin/vaadin-select --save

Once installed, import it in your application:

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

  • The component with the Material theme:

  • theme/material/vaadin-select.js

  • Alias for theme/lumo/vaadin-select.js:

  • vaadin-select.js

Running API docs and tests in a browser

  1. Fork the vaadin-select 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-select 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-select 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.bowergithub.vaadin

Vaadin

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

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

Версия
1.2.0-beta1
1.2.0-alpha2
1.2.0-alpha1
1.1.0
1.1.0-beta2
1.1.0-beta1
1.0.1
1.0.0
1.0.0-beta3
1.0.0-beta2
1.0.0-alpha10
1.0.0-alpha8