0.1.13 • Published 5 months ago

@textcomplete/textarea v0.1.13

Weekly downloads
206
License
MIT
Repository
github
Last release
5 months ago

@textcomplete/textarea

Textcomplete editor for HTMLTextAreaElement.

npm version

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.