Valo

Getting started

Install

To start using the Valo theme you need to install the vaadin-valo-theme package using Bower.

Vaadin Elements

To have the full benefit of using the theme, you should also use Vaadin Elements, such as vaadin-text-field, vaadin-button or vaadin-grid. You can install those using Bower as well.

Import a theme

After installing the theme package, import any element specific theme files you need. Here, we are importing the Valo theme for vaadin-text-field.

Next steps