UNPKG

@vaadin/rich-text-editor

Version:
41 lines (24 loc) 1.43 kB
# @vaadin/rich-text-editor An input field web component for entering rich text. > ℹ️&nbsp; 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/components/rich-text-editor) [![npm version](https://badgen.net/npm/v/@vaadin/rich-text-editor)](https://www.npmjs.com/package/@vaadin/rich-text-editor) ```html <vaadin-rich-text-editor></vaadin-rich-text-editor> ``` [<img src="https://raw.githubusercontent.com/vaadin/web-components/main/packages/rich-text-editor/screenshot.png" width="656" alt="Screenshot of vaadin-rich-text-editor">](https://vaadin.com/docs/latest/components/rich-text-editor) ## Installation Install the component: ```sh npm i @vaadin/rich-text-editor ``` Once installed, import the component in your application: ```js import '@vaadin/rich-text-editor'; ``` ## Contributing Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License This program is available under Vaadin Commercial License and Service Terms. For license terms, see LICENSE. Vaadin collects usage statistics at development time to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.