Skip to content

Commit

Permalink
Update README.md to contain information about Material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Jul 23, 2018
1 parent 1f6249e commit 02a23b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ import '@vaadin/vaadin-combo-box/vaadin-combo-box.js';

Vaadin components use the Lumo theme by default.

To use Material theme, import the correspondent file from material folder.

## The file structure for Vaadin components

- `src/vaadin-combo-box.html`
Expand All @@ -97,6 +99,11 @@ Vaadin components use the Lumo theme by default.

Components with Lumo theme.

- `theme/material/vaadin-combo-box.html`
- `theme/material/vaadin-combo-box-light.html`

Components with Material theme.

- `vaadin-combo-box.html`
- `vaadin-combo-box-light.html`

Expand Down

0 comments on commit 02a23b5

Please sign in to comment.