0.1.0 • Published 9 months ago

@nonfx/flow-text-editor v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Flow Text Editor

The Flow text editor is built on the Flow design framework (website / github) using Quill

Installation

1️⃣ Install flow code editor dependency

npm i --save @nonfx/flow-text-editor

Note: after installation, re-start your application.

2️⃣ Import flow-text-editor into your project

Paste the below snippet in your project and add your application startup/runtime code to it.

import "@nonfx/flow-core";
import "@nonfx/flow-text-editor";

3️⃣ For a typescript enabled project (optional)

Note: After adding, re-start your application. Make sure you are using version >4.5

For Vue 3: Copy paste below import types in your main.ts file.

import "@nonfx/flow-text-editor/dist/types/vue3";

Copy paste below import types in your main.ts file.

import "@nonfx/flow-text-editor/dist/types/vue2";

React: Include react type in tsconfig.json file like below.

"include": ["src", "./node_modules/@nonfx/flow-text-editor/dist/types/react.ts"]
0.1.0

9 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago