Skip to content

vaadin/ui-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

UI Examples

UI examples using Vaadin components.

Data Entry UI Examples

Invoice Editor

Key components demonstrated are Rich Text Editor and Grid Pro. Source code for Vaadin Flow and Polymer versions available.

Customer CRUD

Key components demonstrated are Grid and CRUD. Source code for a Vaadin Flow version available

Folder Structure

This repository has the following high-level folder structure

.
├── /data-entry/                         
│   ├── /invoice-editor/                  
│   |   ├── /invoice-editor/              # Invoice Editor UI example using Polymer 2 and Vaadin components
|   |   ├── /invoice-editor-flow/         # Invoice Editor UI example using Vaadin 13 
|   ├── /customer-crud/
│   |   ├── /customer-crud/               # Customer CRUD UI example using Polymer 2 and Vaadin components
│   |   ├── /customer-crud-flow/          # Customer CRUD UI example using Vaadin 13