border-layout

WebJar for border-layout

License

License

MIT
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

github-com-johannest-border-layout-element
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

border-layout
WebJar for border-layout
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download github-com-johannest-border-layout-element

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : github-com-polymer-polymer jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.0.2
0.0.1