Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
Merge f58f2c0 into 56cfad5
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Jul 23, 2018
2 parents 56cfad5 + f58f2c0 commit 170e1bd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,30 +73,29 @@ Once installed, import it in your application:
import '@vaadin/vaadin-element/vaadin-element.js';
```

## Getting Started
## Getting started

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/component-name.html`
## Entry points

Unstyled component.

- `theme/lumo/component-name.html`
- `src/component-name.html`

Component with Lumo theme.

- `theme/material/component-name.html`
- `theme/lumo/component-name.html`

Component with Material theme.

- `component-name.html`
- `theme/material/component-name.html`

Alias for theme/lumo/component-name.html

- `component-name.html`


## Running demos and tests in browser

Expand Down

0 comments on commit 170e1bd

Please sign in to comment.