Skip to content

Commit

Permalink
chore: update status badges in README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jul 23, 2021
1 parent d70d441 commit de0a363
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-crud)](https://www.npmjs.com/package/@vaadin/vaadin-crud)
[![Bower version](https://badgen.net/github/release/vaadin/vaadin-crud)](https://github.com/vaadin/vaadin-crud/releases)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-crud)
[![Build Status](https://travis-ci.org/vaadin/vaadin-crud.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-crud)
[![Coverage Status](https://coveralls.io/repos/github/vaadin/vaadin-crud/badge.svg?branch=master)](https://coveralls.io/github/vaadin/vaadin-crud?branch=master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-crud)
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/vaadin-crud-directory-urlidentifier.svg)](https://vaadin.com/directory/component/vaadinvaadin-crud)

# <vaadin-crud>

> ⚠️ Starting from Vaadin 20, the source code and issues for this component are migrated to the [`vaadin/web-components`](https://github.com/vaadin/web-components/tree/master/packages/vaadin-crud) monorepository.
> This repository contains the source code and releases of `<vaadin-crud>` for the Vaadin versions 10 to 19.

[&lt;vaadin-crud&gt;](https://vaadin.com/components/vaadin-crud) is a Web Component for
[CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations.
It is part of the [Vaadin components](https://vaadin.com/components).
Expand All @@ -22,6 +11,10 @@ It is part of the [Vaadin components](https://vaadin.com/components).
|
[API documentation ↗](https://vaadin.com/components/vaadin-crud/html-api)

[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-crud)](https://www.npmjs.com/package/@vaadin/vaadin-crud)
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-crud)
[![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)

```html
<vaadin-crud items='[{"name": "Juan", "surname": "Garcia"}]'>
</vaadin-crud>
Expand Down

0 comments on commit de0a363

Please sign in to comment.