8000 GitHub - vaadin/board: Framework 8 version of vaadin-board
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vaadin/board

Repository files navigation

Published on vaadin.com/directory

Gitter

Overview

Vaadin addon allows to create flexible responsive layouts and build nice looking dashboard. Vaadin Board key feature is how it effectively reorders UI components on different screen sizes, maximizing the use of space and looking stunning.

Board requires Vaadin Framework 8.1 or newer.

License & Author

This Add-on is distributed under Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE.txt.

Installing

Add vaadin-board and vaadin-board-precompiled to your project:

<dependencies>
  <dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-board</artifactId>
    <version>1.0.0</version>
  </dependency>
  <dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-board-precompiled</artifactId>
    <version>1.0.0</version>
  </dependency>
</dependencies>

Basic Use

Board board = new Board();
board.setSizeFull();

Label lbl1 =  new Label("LABEL1");
Label lbl2 =  new Label("LABEL2");
Label lbl3 =  new Label("LABEL3");
Label lbl4 =  new Label("LABEL4");

board.addRow(lbl1, lbl2, lbl3, lbl4);
setContent(board);

Demo

Documentation

About

Framework 8 version of vaadin-board

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 13

< 416B include-fragment aria-busy="true" aria-label="Loading contributors" src="/vaadin/board/contributors_list?count=13&current_repository=board&items_to_show=13" data-nonce="v2:b4813e3f-af4f-5636-31c4-a2cdc9405c90" data-view-component="true">
0