Skip to content

Commit

Permalink
Align with skeleton: refer to Vaadin components instead of elements
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Mar 8, 2018
1 parent c6d7ce4 commit ee1a2e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

# <vaadin-dialog>

[Live Demo ↗](https://vaadin.com/elements/vaadin-dialog/html-examples/dialog-basic-demos)
[Live Demo ↗](https://vaadin.com/components/vaadin-dialog/html-examples/dialog-basic-demos)
|
[API documentation ↗](https://vaadin.com/elements/vaadin-dialog/html-api)
[API documentation ↗](https://vaadin.com/components/vaadin-dialog/html-api)


[<vaadin-dialog>](https://vaadin.com/elements/vaadin-dialog) is a [Polymer 2](http://polymer-project.org) element for customised modal dialogs.
[<vaadin-dialog>](https://vaadin.com/components/vaadin-dialog) is a [Polymer 2](http://polymer-project.org) element for customized modal dialogs, part of the [Vaadin components](https://vaadin.com/components).

<!--
```
Expand All @@ -31,21 +31,21 @@
</vaadin-dialog>
```

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

## Getting Started

Vaadin Elements use the Lumo theme by default.
Vaadin components use the Lumo theme by default.

## The file structure for Vaadin Elements
## The file structure for Vaadin components

- `src/vaadin-dialog.html`

Unstyled element.
Unstyled component.

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

Element with Lumo theme.
Component with Lumo theme.

- `vaadin-dialog.html`

Expand Down Expand Up @@ -82,7 +82,7 @@ We are using [ESLint](http://eslint.org/) for linting JavaScript code. You can c
- Make sure your code is compliant with our code linters: `gulp lint`
- Check that tests are passing: `polymer test`
- [Submit a pull request](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) with detailed title and description
- Wait for response from one of Vaadin Elements team members
- Wait for response from one of Vaadin components team members


## License
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vaadin-dialog",
"homepage": "https://vaadin.com/elements",
"homepage": "https://vaadin.com/components",
"authors": [
"Vaadin Ltd"
],
Expand Down Expand Up @@ -37,4 +37,4 @@
"web-component-tester": "^6.1.5",
"vaadin-demo-helpers": "^1.2.0"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/vaadin/vaadin-dialog/issues"
},
"homepage": "https://vaadin.com/elements",
"homepage": "https://vaadin.com/components",
"scripts": {
"test": "wct",
"preversion": "gulp version:update"
Expand Down

0 comments on commit ee1a2e7

Please sign in to comment.