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:
Or into your module script:
Use it in your web page:
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