@knime/rich-text-editor
v1.2.33
Published
Vue components of a rich text editor that can be used for the frontend of all KNIME web projects.
Downloads
3,414
Readme
@knime/rich-text-editor
KNIME's Rich Text Editor. Used in other consuming @knime
packages.
Demo
A demo for the rich text editor can be found here: https://knime.github.io/webapps-common/?q=RichTextEditor
Installation
To install the @knime/rich-text-editor
package, you can use npm:
npm install @knime/rich-text-editor
Usage
To use the Rich Text Editor in your project, you can import it as follows:
import { RichTextEditor } from "@knime/rich-text-editor";
or import types as follow:
import type { EditorTools } from "@knime/rich-text-editor";