vaadin-tabs

WebJar for vaadin-tabs

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

3.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

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

Скачать vaadin-tabs

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

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.webjars.bowergithub.vaadin : vaadin-themable-mixin jar [1.6.1,2)
org.webjars.bowergithub.vaadin : vaadin-item jar [2.3.0,3)
org.webjars.bowergithub.vaadin : vaadin-material-styles jar [1.1.0,2)
org.webjars.bowergithub.vaadin : vaadin-element-mixin jar [2.4.1,3)
org.webjars.bowergithub.vaadin : vaadin-lumo-styles jar [1.1.0,2)
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : iron-resizable-behavior jar [2.0.0,3)
org.webjars.bowergithub.vaadin : vaadin-list-mixin jar [2.5.0,3)

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

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

<vaadin-tabs>

<vaadin-tabs> is a Web Component providing item navigation part of the Vaadin components. It is designed for menu and tab components.

Live Demo | API documentation

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

⚠️ This is a pre-release version built with LitElement, part of the next generation of Vaadin web components.

Looking for Vaadin 14 compatible version? Please see the following branches:

<vaadin-tabs selected="3">
  <vaadin-tab>Page 1</vaadin-tab>
  <vaadin-tab>Page 2</vaadin-tab>
  <vaadin-tab>Page 3</vaadin-tab>
  <vaadin-tab>Page 4</vaadin-tab>
</vaadin-tabs>

Screenshot of vaadin-tabs, using the default Lumo theme

Installation

Install vaadin-tabs:

npm i @vaadin/vaadin-tabs --save

Once installed, import it in your application:

import '@vaadin/vaadin-tabs/vaadin-tabs.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 components with the Lumo theme:

    theme/lumo/vaadin-tab.js theme/lumo/vaadin-tabs.js

  • The components with the Material theme:

    theme/material/vaadin-tab.js theme/material/vaadin-tabs.js

  • Alias for theme/lumo/vaadin-tab.js theme/lumo/vaadin-tabs.js:

    vaadin-tab.js vaadin-tabs.js

Running demos and API docs in a browser

  1. Fork the vaadin-tabs repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vaadin-tabs directory, run npm install to install dependencies.

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

Running tests from the command line

  • When in the vaadin-tabs directory, run npm test

  • To debug tests in the browser, run npm run test:debug

Following the coding style

We are using ESLint for linting TypeScript code. You can check if your code is following our standards by running npm run lint, which will automatically lint all .ts 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

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

Версия
3.2.0
3.2.0-beta1
3.2.0-alpha1
3.1.0
3.1.0-alpha1
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-alpha1
2.1.2
2.1.1
2.1.0
2.1.0-beta2
2.1.0-beta1
2.1.0-alpha3
2.0.0
2.0.0-beta3
2.0.0-beta2
2.0.0-beta1
2.0.0-alpha7
2.0.0-alpha6