vaadin-item

WebJar for vaadin-item

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

2.0.0-alpha5
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/vaadin/vaadin-item

Скачать vaadin-item

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.webjars.bower : polymer 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)

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

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

<vaadin-item>

Live Demo | API documentation

<vaadin-item> is a Web Component providing a container for item elements, part of the Vaadin components.

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

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

Screenshot of vaadin-item

Installation

Install vaadin-item:

npm i @vaadin/vaadin-item --save

Once installed, import it in your application:

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

  • The component with the Material theme:

    theme/material/vaadin-item.js

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

    vaadin-item.js

Running API docs and tests in a browser

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

org.webjars.bower

Vaadin

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

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

Версия
2.0.0-alpha5
2.0.0-alpha4
2.0.0-alpha3
2.0.0-alpha2
2.0.0-alpha1
1.0.0-alpha6