# ui-examples **Repository Path**: mirrors_vaadin/ui-examples ## Basic Information - **Project Name**: ui-examples - **Description**: UI examples - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```