Vaadin Themes

Vaadin Themes

Install

To start using a theme, you need to install at least one Vaadin Core Element (such as vaadin-text-field) and the vaadin-themes package.

If you install the vaadin-core-elements bundle you get all the necessary dependencies.

Install individual elements…
…or install the bundle

Until there’s a stable release for vaadin-themes, you need to install the master branch of vaadin-core-elements.

Import a theme

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

You need to import the theme for an element before the actual element itself.

Next steps

Next, you can start customizing the theme to your needs.