0.0.4 • Published 4 years ago

draft-js-link-detection-plugin v0.0.4

Weekly downloads
477
License
MIT
Repository
github
Last release
4 years ago

draft-js-link-detection-plugin

Demo page

Installation:

npm i draft-js-link-detection-plugin

Usage:

import Editor from 'draft-js-plugins-editor';
import createLinkDetectionPlugin from 'draft-js-link-detection-plugin';

const linkDetectionPlugin = createLinkDetectionPlugin();
const plugins = [linkDetectionPlugin];

<Editor
    ref={editorRef}
    plugins={plugins}
    editorState={editorState}
    onChange={handleChangeEditor}
/>
0.0.4

4 years ago

0.0.1

4 years ago

0.0.1-3

4 years ago

0.0.1-2

4 years ago

0.0.1-1

4 years ago

0.0.1-0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.2-6

4 years ago

0.0.2-5

4 years ago

0.0.2-4

4 years ago

0.0.2-3

4 years ago

0.0.2-2

4 years ago

0.0.2-1

4 years ago

0.0.2-0

4 years ago