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 5dba056 commit 4c69dd1
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,11 +5,11 @@

# <vaadin-progress-bar>

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

[<vaadin-progress-bar>](https://vaadin.com/elements/vaadin-progress-bar) is a [Polymer 2](http://polymer-project.org) progress bar, part of the [Vaadin Core Elements](https://vaadin.com/elements).
[<vaadin-progress-bar>](https://vaadin.com/components/vaadin-progress-bar) is a [Polymer 2](http://polymer-project.org) progress bar, part of the [Vaadin components](https://vaadin.com/components).

<!--
```
Expand All @@ -29,21 +29,21 @@
<vaadin-progress-bar indeterminate></vaadin-progress-bar>
```

[<img src="https://raw.githubusercontent.com/vaadin/vaadin-progress-bar/master/screenshot.gif" width="418" alt="Screenshot of vaadin-progress-bar">](https://vaadin.com/elements/vaadin-progress-bar)
[<img src="https://raw.githubusercontent.com/vaadin/vaadin-progress-bar/master/screenshot.gif" width="418" alt="Screenshot of vaadin-progress-bar">](https://vaadin.com/components/vaadin-progress-bar)

## 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-progress-bar.html`

Unstyled element.
Unstyled component.

- `theme/lumo/vaadin-progress-bar.html`

Element with Lumo theme.
Component with Lumo theme.

- `vaadin-progress-bar.html`

Expand Down Expand Up @@ -80,7 +80,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-progress-bar",
"homepage": "https://vaadin.com/elements",
"homepage": "https://vaadin.com/components",
"authors": [
"Vaadin Ltd"
],
Expand Down Expand Up @@ -36,4 +36,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 @@ -17,7 +17,7 @@
"bugs": {
"url": "https://github.com/vaadin/vaadin-progress-bar/issues"
},
"homepage": "https://vaadin.com/elements",
"homepage": "https://vaadin.com/components",
"scripts": {
"test": "wct",
"preversion": "gulp version:update"
Expand Down

0 comments on commit 4c69dd1

Please sign in to comment.