Skip to content

Commit 3b6c6ef

Browse files
committed
Add Getting Started and File Structure docs sections [skip ci]
1 parent 5022f59 commit 3b6c6ef

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@
3333

3434
[<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)
3535

36+
## Getting Started
37+
38+
Vaadin Elements use the Valo theme by default.
39+
40+
## The file structure for Vaadin Elements
41+
42+
- `src/vaadin-dialog.html`
43+
44+
Unstyled element.
45+
46+
- `theme/valo/vaadin-dialog.html`
47+
48+
Element with Valo theme.
49+
50+
- `vaadin-dialog.html`
51+
52+
Alias for theme/valo/vaadin-dialog.html
3653

3754
## Running demos and tests in browser
3855

0 commit comments

Comments
 (0)