diff options
author | web-padawan <serguey.kulikov@gmail.com> | 2018-03-08 15:06:17 +0200 |
---|---|---|
committer | Anton Platonov <platosha@gmail.com> | 2018-03-09 11:56:23 +0200 |
commit | 439cd96fe6fdd3c3b40b7901d0dd3734cd7efb89 (patch) | |
tree | 1fcedfda8fc723fef23a274f4da2d4d77f373c25 /README.md | |
parent | fce0b347d7591009d84bb210876d9ae0eda4da0b (diff) | |
download | vaadin-core-439cd96fe6fdd3c3b40b7901d0dd3734cd7efb89.tar.gz vaadin-core-439cd96fe6fdd3c3b40b7901d0dd3734cd7efb89.zip |
Refer to Vaadin components instead of Core Elements
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -2,11 +2,11 @@ [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/author/vaadin) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/vaadin-core-elements?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) -# Vaadin Core Elements +# Vaadin components -[Vaadin elements](https://vaadin.com/elements) are an evolving set of open sourced [Polymer](https://www.polymer-project.org/) web components, which seamlessly extend the [Polymer Element Catalog](https://www.webcomponents.org/collection/Polymer/elements) with high-quality user interface components commonly needed in modern mobile and desktop business web applications. The following elements are included: +[Vaadin components](https://vaadin.com/components) are an evolving set of open sourced [Polymer](https://www.polymer-project.org/) web components, which seamlessly extend the [Polymer Element Catalog](https://www.webcomponents.org/collection/Polymer/elements) with high-quality user interface components commonly needed in modern mobile and desktop business web applications. The following components are included: -| Element | Bower Version | Build Status | Polymer 2 support | Polymer 3 support | +| Component | Bower Version | Build Status | Polymer 2 support | Polymer 3 support | |---------|---------------|--------------|-------------------|-------------------| | [vaadin-button](https://github.com/vaadin/vaadin-button) | ![Bower version](https://badge.fury.io/bo/vaadin-button.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-button.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-button) | ![Polymer 2 supported](https://img.shields.io/badge/Polymer2-supported-blue.svg) | ![Polymer 3 wip](https://img.shields.io/badge/Polymer3-wip-yellow.svg) | | [vaadin-checkbox](https://github.com/vaadin/vaadin-checkbox) | ![Bower version](https://badge.fury.io/bo/vaadin-checkbox.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-checkbox.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-checkbox) | ![Polymer 2 supported](https://img.shields.io/badge/Polymer2-supported-blue.svg) | @@ -29,13 +29,13 @@ | [vaadin-text-field](https://github.com/vaadin/vaadin-text-field) | ![Bower version](https://badge.fury.io/bo/vaadin-text-field.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-text-field.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-text-field) | ![Polymer 2 supported](https://img.shields.io/badge/Polymer2-supported-blue.svg) | | [vaadin-upload](https://github.com/vaadin/vaadin-upload) | ![Bower version](https://badge.fury.io/bo/vaadin-upload.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-upload.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-upload) | ![Polymer 2 supported](https://img.shields.io/badge/Polymer2-supported-blue.svg) | -Vaadin Core Elements is a bundle that contains all the free elements, licensed under the Apache License 2.0. In addition, we have commercially licensed elements, such as [Vaadin Charts](https://github.com/vaadin/vaadin-charts). +This repo is a bundle that contains all the free components, licensed under the Apache License 2.0. In addition, we have commercially licensed components, such as [Vaadin Charts](https://github.com/vaadin/vaadin-charts). ## Learn more -See the list of elements, demos and documentation, instructions how to get started, video tutorials, application demos and more by visiting: +See the list of components, demos and documentation, instructions how to get started, video tutorials, application demos and more by visiting: -### [vaadin.com/elements ›](https://vaadin.com/elements) +### [vaadin.com/components ›](https://vaadin.com/components) --- @@ -45,7 +45,7 @@ See https://vaadin.com/roadmap for a high level roadmap that is updated once a w ## Contributing -We would absolutely love to get the community involved, and we welcome any form of contributions – comments and questions on different communication channels, issues and pull request in the repositories, and anything that you build and share using our elements. +We would absolutely love to get the community involved, and we welcome any form of contributions – comments and questions on different communication channels, issues and pull request in the repositories, and anything that you build and share using our components. ### Get in touch with the team @@ -59,15 +59,15 @@ The chat and the forum category are dedicated channels for this project, while t ### Some ways to help: -- **Test the elements and provide feedback**: We would love to hear your feedback on anything related to the elements, like features, API and design. The best way to start is by [trying them out](https://vaadin.com/elements/browse). And to get a quick response, either drop a question/comment on the chat or open an issue in GitHub. -- **Report bugs**: File issues for the elements in their respective GitHub projects. You can find links to them from the list in this readme. +- **Test the components and provide feedback**: We would love to hear your feedback on anything related to the components, like features, API and design. The best way to start is by [trying them out](https://vaadin.com/components/browse). And to get a quick response, either drop a question/comment on the chat or open an issue in GitHub. +- **Report bugs**: File issues for the components in their respective GitHub projects. You can find links to them from the list in this readme. - **Send pull requests**: If you want to contribute code, check out the development instructions below. We encourage you to read the [contribution instructions by GitHub](https://guides.github.com/activities/contributing-to-open-source/#contributing) also. ## Development -If you want to develop the elements yourself see the [development instructions](DEVELOPMENT.md) that apply to all Vaadin elements. +If you want to develop the components yourself see the [development instructions](DEVELOPMENT.md) that apply to all Vaadin components. ## License |