Directory

← Back

wired-textarea

A multi-line text field (auto-grows) with a hand-drawn, wireframe like, look

Author

Rating

Popularity

<100

[ This description is mirrored from README.md at github.com/wiredjs/wired-textarea on 2019-05-10 ]

wired-textarea

Hand-drawn sketchy textarea web component.

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

Learn about web components here.

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/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="3"></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.

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • polymer#Polymer/polymer#^2.0.0
  • wired-lib#^0.1.1
Released
2017-08-30
Maturity
IMPORTED
License
MIT License

Compatibility

Framework
Polymer 2.0+
Browser
Browser Independent

wired-textarea - Vaadin Add-on Directory

A multi-line text field (auto-grows) with a hand-drawn, wireframe like, look wired-textarea - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/wiredjs/wired-textarea](https://github.com//wiredjs/wired-textarea/blob/v0.5.3/README.md) on 2019-05-10 ]** # wired-textarea Hand-drawn sketchy textarea web component. For demo and view the complete set of wired-elememts: [wiredjs.com](http://wiredjs.com/) Learn about web components [here](https://www.webcomponents.org/introduction). ## Usage Add wired-textarea to your project: ``` npm i wired-textarea ``` Import wired-textarea definition into your HTML page: ```html ``` Or into your module script: ```javascript import { WiredTextarea } from "wired-textarea" ``` Use it in your web page: ```html ``` ### 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.
Online