wired-textarea
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

wired-textarea

Hand-drawn sketchy multi-line text input web component.

For demo and view the complete set of wired-elememts: wiredjs.com

Usage

Add wired-textarea to your project:

npm i wired-textarea

Import wired-textarea definition into your HTML page:

<script type="module" src="wired-textarea/lib/wired-textarea.js"></script>

Or into your module script:

import { WiredTextarea } from "wired-textarea"

Use it in your web page:

<wired-textarea placeholder="Enter text" rows="6"></wired-textarea>

Properties

rows - Initial number of rows in textarea.

maxrows - Max number of rows textarea grows to. Then scrollbars appear.

value - Text value.

disabled - Disabled the control.

placeholder - Placeholder text for the input.

Events

Fires all the events the native <textarea> element fires

wired textarea

License

MIT License (c) Preet Shihn

Dependents (0)

Package Sidebar

Install

npm i wired-textarea

Weekly Downloads

25

Version

2.1.0

License

MIT

Unpacked Size

12.6 kB

Total Files

7

Last publish

Collaborators

  • shihn