vaadin-accordion

WebJar for vaadin-accordion

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

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

Скачать vaadin-accordion

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.webjars.bowergithub.vaadin : vaadin-element-mixin jar [2.4.1,3)
org.webjars.bowergithub.vaadin : vaadin-themable-mixin jar [1.6.1,2)
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.vaadin : vaadin-lumo-styles jar [1.4.1,2)
org.webjars.bowergithub.vaadin : vaadin-material-styles jar [1.2.0,2)
org.webjars.bowergithub.vaadin : vaadin-details jar [1.2.0,2)

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

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

<vaadin-accordion>

<vaadin-accordion> is a Web Component implementing the vertically stacked set of expandable panels, part of the Vaadin 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-accordion>
  <vaadin-accordion-panel theme="filled">
    <div slot="summary">Accordion Panel 1</div>
    <div>Accordion is a set of expandable sections.</div>
  </vaadin-accordion-panel>
  <vaadin-accordion-panel theme="filled">
    <div slot="summary">Accordion Panel 2</div>
    <div>Only one accordion panel can be opened.</div>
  </vaadin-accordion-panel>
</vaadin-accordion>

Screenshot of vaadin-accordion

Installation

Install vaadin-accordion:

npm i @vaadin/vaadin-accordion --save

Once installed, import it in your application:

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

  • The component with the Material theme:

    theme/material/vaadin-accordion.js

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

    vaadin-accordion.js

Running demos and API docs in a browser

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

  2. Make sure you have npm installed.

  3. When in the vaadin-accordion 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-accordion 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

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

Версия
1.2.0
1.2.0-beta1
1.2.0-alpha1
1.1.0
1.1.0-alpha1
1.0.1
1.0.0
1.0.0-beta1
1.0.0-alpha3
1.0.0-alpha2
1.0.0-alpha1