angular2-autosize-dumpen
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

angular2-autosize

angular2-autosize is an Angular2 directive that automatically adjusts textarea height to fit content.

It adjusts the textarea height automatically to any text input, or changes to the model bound to the textarea.

Demo

http://stevepapa.com/angular2-autosize

Installation:

npm install angular2-autosize

Use Example:

import {Component} from '@angular/core';
import {Autosize} from 'angular2-autosize';
 
@Component({
  template: `
    <textarea autosize class="my-textarea">Hello, this is an example of Autosize in Angular2.</textarea>
  `,
  directives: [Autosize]
})
 
class App {
 
}

Author

Steve Papa

Licence

This project is licensed under the MIT license. See the LICENSE file for more info.

Readme

Keywords

none

Package Sidebar

Install

npm i angular2-autosize-dumpen

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

7.58 kB

Total Files

9

Last publish

Collaborators

  • dumpen