From 9b16b3c07cff38c655e84fe6a51d50385d3fab57 Mon Sep 17 00:00:00 2001 From: web-padawan Date: Wed, 10 Nov 2021 11:25:51 +0200 Subject: [PATCH] refactor: apply code review suggestions --- packages/vaadin-board/README.md | 2 ++ packages/vaadin-charts/README.md | 2 ++ packages/vaadin-confirm-dialog/README.md | 2 ++ packages/vaadin-cookie-consent/README.md | 2 ++ packages/vaadin-crud/README.md | 2 ++ packages/vaadin-grid-pro/README.md | 2 ++ packages/vaadin-rich-text-editor/README.md | 4 +++- 7 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/vaadin-board/README.md b/packages/vaadin-board/README.md index 42ed3eedcbc..895684087ce 100644 --- a/packages/vaadin-board/README.md +++ b/packages/vaadin-board/README.md @@ -5,6 +5,8 @@ A powerful and easy to use layout web component for building responsive views. +> ℹ️  A commercial Vaadin [subscription](https://vaadin.com/pricing) is required to use Board in your project. + [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/ds/components/board) ## Contributing diff --git a/packages/vaadin-charts/README.md b/packages/vaadin-charts/README.md index 06820cc8bca..fb249cc1318 100644 --- a/packages/vaadin-charts/README.md +++ b/packages/vaadin-charts/README.md @@ -5,6 +5,8 @@ A feature-rich interactive charting library providing multiple different chart types. +> ℹ️  A commercial Vaadin [subscription](https://vaadin.com/pricing) is required to use Charts in your project. + [Documentation + Live Demo ↗](https://charts.demo.vaadin.com/vaadin-charts/) ## Contributing diff --git a/packages/vaadin-confirm-dialog/README.md b/packages/vaadin-confirm-dialog/README.md index f18b5b83e6c..531cd67f8c6 100644 --- a/packages/vaadin-confirm-dialog/README.md +++ b/packages/vaadin-confirm-dialog/README.md @@ -5,6 +5,8 @@ A modal dialog web component for confirming user actions. +> ℹ️  A commercial Vaadin [subscription](https://vaadin.com/pricing) is required to use Confirm Dialog in your project. + [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/ds/components/confirm-dialog) ## Contributing diff --git a/packages/vaadin-cookie-consent/README.md b/packages/vaadin-cookie-consent/README.md index f270b5b4c9a..5be6c4d010d 100644 --- a/packages/vaadin-cookie-consent/README.md +++ b/packages/vaadin-cookie-consent/README.md @@ -5,6 +5,8 @@ A web component to display a banner for users to give consent to the usage of cookies. +> ℹ️  A commercial Vaadin [subscription](https://vaadin.com/pricing) is required to use Cookie Consent in your project. + [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/ds/components/cookie-consent) ## Contributing diff --git a/packages/vaadin-crud/README.md b/packages/vaadin-crud/README.md index f185a9b1e7d..e97c8bea3ab 100644 --- a/packages/vaadin-crud/README.md +++ b/packages/vaadin-crud/README.md @@ -5,6 +5,8 @@ A web component for displaying, editing, creating, and deleting items from a dataset. +> ℹ️  A commercial Vaadin [subscription](https://vaadin.com/pricing) is required to use CRUD in your project. + [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/ds/components/crud) ## Contributing diff --git a/packages/vaadin-grid-pro/README.md b/packages/vaadin-grid-pro/README.md index 23e5aa28518..0b223c2b2e6 100644 --- a/packages/vaadin-grid-pro/README.md +++ b/packages/vaadin-grid-pro/README.md @@ -5,6 +5,8 @@ An extension of the `vaadin-grid` component that provides inline editing with full keyboard navigation. +> ℹ️  A commercial Vaadin [subscription](https://vaadin.com/pricing) is required to use Grid Pro in your project. + [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/ds/components/grid-pro) ## Contributing diff --git a/packages/vaadin-rich-text-editor/README.md b/packages/vaadin-rich-text-editor/README.md index d450def341a..6fb86d29b20 100644 --- a/packages/vaadin-rich-text-editor/README.md +++ b/packages/vaadin-rich-text-editor/README.md @@ -1,10 +1,12 @@ -# @vaadin/vaadin-radio-button +# @vaadin/vaadin-rich-text-editor > ⚠️  Starting from Vaadin 22, this package is deprecated. > Please use [`@vaadin/rich-text-editor`](https://www.npmjs.com/package/@vaadin/rich-text-editor) instead. An input field web component for entering rich text. +> ℹ️  A commercial Vaadin [subscription](https://vaadin.com/pricing) is required to use Rich Text Editor in your project. + [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/ds/components/rich-text-editor) ## Contributing