Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.1 KB

vaadin-directory-description.md

File metadata and controls

23 lines (17 loc) · 1.1 KB

Available in Vaadin_Directory Stars in Vaadin_Directory

<vaadin-board>

<vaadin-board> is a Web Component to create flexible responsive layouts and build nice looking dashboard. Vaadin Board key feature is how it effectively reorders the widgets on different screen sizes, maximizing the use of space and looking stunning.

Screenshot of vaadin-board

Example Usage

<vaadin-board>
  <vaadin-board-row>
    <div class="cell1">This could be chart 1</div>
    <div class="cell2">This could be chart 2</div>
    <div class="cell3">This could be chart 3</div>
    <div class="cell4">This could be chart 4</div>
  </vaadin-board-row>
</vaadin-board>