@textcomplete/textarea
v0.1.13
Published
Textcomplete editor for HTMLTextAreaElement
Downloads
15,741
Readme
@textcomplete/textarea
Textcomplete editor for HTMLTextAreaElement.
Check the live demo here.
Install
npm install --save @textcomplete/core @textcomplete/textarea
Synopsis
const { Textcomplete } = require("@textcomplete/core")
const { TextareaEditor } = require("@textcomplete/textarea")
const editor = new TextareaEditor(textareaElement)
const textcomplete = new Textcomplete(editor, strategies, option)
Usage
Read the document.
License
© Yuku Takahashi - This software is licensed under the MIT license.