Skip to content

spirosikmd/angular2-elastic-input

Repository files navigation

angular2-elastic-input

Angular attribute directive that adjusts the width of a text input while typing.

Based on angular-elastic-input.

Build Status version PRs Welcome All Contributors Greenkeeper badge

Install

npm install --save angular2-elastic-input

Example

import {NgModule, Component} from '@angular/core';
import {ElasticInputModule} from 'angular2-elastic-input';

@Component({
  template: `
    <input type="text" elastic-input>
  `
})
class AppComponent { }

@NgModule({
  imports: [ElasticInputModule.forRoot()],
  declarations: [AppComponent],
  bootstrap: [AppComponent]
})
export class AppModule { }

Check the docs for a complete example.

Contributors

Thanks goes to these wonderful people (emoji key):


Spyros Ioakeimidis

💬 💻 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Angular attribute directive that adjusts the width of a text input while typing ⌨️

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published