diff options
author | Sauli Tähkäpää <sauli.tahkapaa@outlook.com> | 2017-06-01 15:33:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-01 15:33:21 +0300 |
commit | edcd4f46998b0814f6d933615352ad505bd201be (patch) | |
tree | d2ce3fccd2ce1faaf17b6db2c833bc080d1c7033 | |
parent | 3cd4475deb625d6031c3ceadb28026cf252dfc04 (diff) | |
parent | bb052d32ed74ee51f3136f72fdd1997c03065c6e (diff) | |
download | vaadin-core-edcd4f46998b0814f6d933615352ad505bd201be.tar.gz vaadin-core-edcd4f46998b0814f6d933615352ad505bd201be.zip |
Merge pull request #120 from vaadin/vaadin-checkbox
Add vaadin-checkbox to the dashboard table
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ | Element | Bower Version | Npm version | Build Status | Polymer 2 support | |---------|---------------|-------------|--------------|-------------------| | [vaadin-button](https://github.com/vaadin/vaadin-button) | ![Bower version](https://badge.fury.io/bo/vaadin-button.svg) | [![npm version](https://badge.fury.io/js/vaadin-button.svg)](https://www.npmjs.com/package/vaadin-button) | [![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) | +| [vaadin-checkbox](https://github.com/vaadin/vaadin-checkbox) | ![Bower version](https://badge.fury.io/bo/vaadin-checkbox.svg) | [![npm version](https://badge.fury.io/js/vaadin-checkbox.svg)](https://www.npmjs.com/package/vaadin-checkbox) | [![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) | | [vaadin-combo-box](https://github.com/vaadin/vaadin-combo-box) | ![Bower version](https://badge.fury.io/bo/vaadin-combo-box.svg) | [![npm version](https://badge.fury.io/js/vaadin-combo-box.svg)](https://www.npmjs.com/package/vaadin-combo-box) | [![Build Status](https://travis-ci.org/vaadin/vaadin-combo-box.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-combo-box) | ![Polymer 2 supported](https://img.shields.io/badge/Polymer2-supported-blue.svg) | | [vaadin-context-menu](https://github.com/vaadin/vaadin-context-menu) | ![Bower version](https://badge.fury.io/bo/vaadin-context-menu.svg) | [![npm version](https://badge.fury.io/js/vaadin-context-menu.svg)](https://www.npmjs.com/package/vaadin-context-menu) | [![Build Status](https://travis-ci.org/vaadin/vaadin-context-menu.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-context-menu) | ![Polymer 2 supported](https://img.shields.io/badge/Polymer2-supported-blue.svg) | | [vaadin-date-picker](https://github.com/vaadin/vaadin-date-picker) | ![Bower version](https://badge.fury.io/bo/vaadin-date-picker.svg) | [![npm version](https://badge.fury.io/js/vaadin-date-picker.svg)](https://www.npmjs.com/package/vaadin-date-picker) | [![Build Status](https://travis-ci.org/vaadin/vaadin-date-picker.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-date-picker) | ![Polymer 2 supported](https://img.shields.io/badge/Polymer2-supported-blue.svg) | |