Skip to content

Commit

Permalink
Add Getting Started and File Structure docs sections [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Dec 20, 2017
1 parent 5022f59 commit 3b6c6ef
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@

[<img src="https://raw.githubusercontent.com/vaadin/vaadin-dialog/master/screenshot.png" width="264" alt="Screenshot of vaadin-dialog">](https://vaadin.com/elements/vaadin-dialog)

## Getting Started

Vaadin Elements use the Valo theme by default.

## The file structure for Vaadin Elements

- `src/vaadin-dialog.html`

Unstyled element.

- `theme/valo/vaadin-dialog.html`

Element with Valo theme.

- `vaadin-dialog.html`

Alias for theme/valo/vaadin-dialog.html

## Running demos and tests in browser

Expand Down

0 comments on commit 3b6c6ef

Please sign in to comment.