border-layout

WebJar for border-layout

Лицензия

Лицензия

MIT
Категории

Категории

Github Инструменты разработки Контроль версий
Группа

Группа

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

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

github-com-johannest-border-layout-element
Последняя версия

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

0.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

border-layout
WebJar for border-layout
Ссылка на сайт

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

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

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

https://github.com/johannest/border-layout-element

Скачать github-com-johannest-border-layout-element

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bower : github-com-polymer-polymer jar [2.0.0,3)

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

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

BorderLayout WebComponent

Traditional Swing BorderLayout like layout as a Polymer 2 WebComponent.

Example usage

Use slot names NORTH, WEST, CENTER, EAST, and SOUTH to place contetn into layout.

    <border-layout>
      <label slot="NORTH">HEADER</label>
      <label slot="WEST">LEFT</label>
      <label slot="CENTER">MAIN</label>
      <label slot="EAST">RIGHT</label>
      <label slot="SOUTH">FOOTER</label>
    </border-layout>

LICENSE

MIT license

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

Версия
0.0.2
0.0.1