summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLimon Monte <limonte@users.noreply.github.com>2017-01-16 11:34:09 +0200
committerGitHub <noreply@github.com>2017-01-16 11:34:09 +0200
commit00657caf613c0f8b49b26585817ad776b179f64c (patch)
tree5447652b5e8fbd650f730b3ed7d4692032ce9ec6
parent939958498d7f3265617f72b3badc6af9b272050e (diff)
downloadvaadin-core-00657caf613c0f8b49b26585817ad776b179f64c.tar.gz
vaadin-core-00657caf613c0f8b49b26585817ad776b179f64c.zip
Add elements versions and build statuses (#88)
-rw-r--r--README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1a8c933..5218b64 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,15 @@
[Vaadin elements](https://vaadin.com/elements) are an evolving set of open sourced custom HTML elements, which seamlessly extend the [Polymer Element Catalog](https://elements.polymer-project.org) with high-quality user interface components commonly needed in modern mobile and desktop business web applications. The following elements are included:
-- [vaadin-combo-box](https://github.com/vaadin/vaadin-combo-box)
-- [vaadin-context-menu](https://github.com/vaadin/vaadin-context-menu)
-- [vaadin-date-picker](https://github.com/vaadin/vaadin-date-picker)
-- [vaadin-grid](https://github.com/vaadin/vaadin-grid)
-- [vaadin-icons](https://github.com/vaadin/vaadin-icons)
-- [vaadin-split-layout](https://github.com/vaadin/vaadin-split-layout)
-- [vaadin-upload](https://github.com/vaadin/vaadin-upload)
+| Element | Stable Version | Build Status |
+|---------|----------------|--------------|
+| [vaadin-combo-box](https://github.com/vaadin/vaadin-combo-box) | ![Bower version](https://img.shields.io/bower/v/vaadin-combo-box.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-combo-box.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-combo-box) |
+| [vaadin-context-menu](https://github.com/vaadin/vaadin-context-menu) | ![Bower version](https://img.shields.io/bower/v/vaadin-context-menu.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-context-menu.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-context-menu) |
+| [vaadin-date-picker](https://github.com/vaadin/vaadin-date-picker) | ![Bower version](https://img.shields.io/bower/v/vaadin-date-picker.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-date-picker.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-date-picker) |
+| [vaadin-grid](https://github.com/vaadin/vaadin-grid) | ![Bower version](https://img.shields.io/bower/v/vaadin-grid.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-grid.svg?branch=2.0-dev)](https://travis-ci.org/vaadin/vaadin-grid) |
+| [vaadin-icons](https://github.com/vaadin/vaadin-icons) | ![Bower version](https://img.shields.io/bower/v/vaadin-icons.svg) | |
+| [vaadin-split-layout](https://github.com/vaadin/vaadin-split-layout) | ![Bower version](https://img.shields.io/bower/v/vaadin-split-layout.svg) | [![Build status](https://travis-ci.org/vaadin/vaadin-split-layout.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-split-layout) |
+| [vaadin-upload](https://github.com/vaadin/vaadin-upload) | ![Bower version](https://img.shields.io/bower/v/vaadin-upload.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-upload.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-upload) |
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).