1.3.1 • Published 10 years ago

flexarea v1.3.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

flexarea

Pretty flexible <textarea>s (works on any surface)

See the demo!

Install

Using Bower

bower install -S flexarea

Using npm

npm install -S flexarea

Usage

Just call flexarea on a DOM element. It doesn't need to be a textarea.

var textarea = document.querySelector('textarea');
flexarea(textarea);

You'll get a nice little resizer. Remember to include the CSS in your styles! Colors get copied from the element passed to flexarea.

flexarea.png

If you want to set a maximum height for your element, you should use the max-height CSS property. It'll work just fine!

License

MIT

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.0

10 years ago

1.0.30

10 years ago

1.0.25

10 years ago

1.0.23

10 years ago

1.0.19

10 years ago

1.0.17

10 years ago

1.0.16

10 years ago

1.0.15

10 years ago

1.0.14

10 years ago

1.0.13

10 years ago

1.0.12

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago