From: Jouni Koivuviita Date: Thu, 3 Dec 2015 13:25:19 +0000 (+0200) Subject: Update README.md X-Git-Tag: v1.0.0~60 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d117b85f47204a7c34423280d5aa2ad1a28f4ad3;p=vaadin-core.git Update README.md Removed fiddle links, those are now only on the main marketing website (less maintenance overhead). Added vaadin-combo-box to the list of elements. Updated the tutorial code to reflect new header API in vaadin-grid 1.0.0-beta1 --- diff --git a/README.md b/README.md index 955e913..83371aa 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,16 @@ Vaadin Elements is an evolving set of custom HTML elements, built using [Polymer](https://www.polymer-project.org), for building mobile and desktop web applications in modern browsers. -### Component examples and documentation +### Examples and Documentation View live examples and source code side-by-side for individual custom elements. -| Component | Description | -| --- | --- | -| [<**vaadin-grid**>](https://github.com/vaadin/vaadin-grid) · [Examples](https://cdn.vaadin.com/vaadin-elements/latest/vaadin-grid/demo/) · [API](https://cdn.vaadin.com/vaadin-elements/latest/vaadin-elements/apidoc/#vaadin-grid) | Data grid for showing large amounts of tabular data. | +| Element | Description | Status +| --- | --- | --- | +| [<**vaadin-grid**>](https://github.com/vaadin/vaadin-grid) · [Examples](https://cdn.vaadin.com/vaadin-elements/latest/vaadin-grid/demo/) · [API](https://cdn.vaadin.com/vaadin-elements/latest/vaadin-grid/) | Data grid for showing large amounts of tabular data. | Beta | +| [<**vaadin-combo-box**>](https://github.com/vaadin/vaadin-combo-box) · [Examples](https://cdn.vaadin.com/vaadin-elements/master/vaadin-combo-box/demo/) · [API](https://cdn.vaadin.com/vaadin-elements/master/vaadin-combo-box/) | A filterable select element for a large set of items. | Alpha | -### Quickstart - - Get a quick test-drive of the custom elements by forking one of the following JSFiddles: - -- <**vaadin-grid**> - - [Data generated on-the-fly](http://jsfiddle.net/vaadin_elements/t2m5tonp/) - - [JSON data from a URL](http://jsfiddle.net/vaadin_elements/bzn4b7ba/) - ### Installation We offer three ways to use Vaadin Elements in your project: Bower, CDN and ZIP archive. The only difference between the options is the URL you use to import the necessary files into your HTML page. @@ -101,12 +94,23 @@ We offer three ways to use Vaadin Elements in your project: Bower, CDN and ZIP a - + - - - + + +
+ + + + + # + + First Name + Last Name + Email + +