@textcomplete/textarea
TypeScript icon, indicating that this package has built-in type declarations

0.1.13 • Public • Published

@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.

/@textcomplete/textarea/

    Package Sidebar

    Install

    npm i @textcomplete/textarea

    Weekly Downloads

    4,186

    Version

    0.1.13

    License

    MIT

    Unpacked Size

    35.3 kB

    Total Files

    16

    Last publish

    Collaborators

    • yuku-t