@vaadin-component-factory/vcf-enhanced-rich-text-editor
v3.0.2
Published
Web Component providing rich text editor functionality. This component is fork of vaadin-rich-text-editor, with enhanced functionality.
Downloads
183
Readme
<vcf-enhanced-rich-text-editor>
Web Component providing rich text editor functionality.
This component is fork of vaadin-rich-text-editor, with enhanced functionality.
Live demo ↗ | API documentation ↗
Installation
Install vcf-enhanced-rich-text-editor
:
npm i @vaadin-component-factory/vcf-enhanced-rich-text-editor --save
Usage
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-enhanced-rich-text-editor';
Add <vcf-enhanced-rich-text-editor>
element to the page.
<vcf-enhanced-rich-text-editor></vcf-enhanced-rich-text-editor>
Running demo
Fork the
vcf-enhanced-rich-text-editor
repository and clone it locally.Make sure you have npm installed.
When in the
vcf-enhanced-rich-text-editor
directory, runnpm install
to install dependencies.Run
npm start
to open the demo.
Contributing
To contribute to the component, please read the guideline first.
Vaadin Prime
This component is available in the Vaadin Prime subscription. It is still open source, but you need to have a valid CVAL license in order to use it. Read more at: https://vaadin.com/pricing
License
Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE.
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.