Skip to content

A Twitter-esque character/word countdown for your textarea

License

Notifications You must be signed in to change notification settings

bolser/ember-text-limit

 
 

Repository files navigation

ember-text-limit

A Twitter-esque character/word countdown for your textarea.

Installation

# From within your ember-cli project
ember install:addon ember-text-limit

Usage

In your template:

{{#character-limit max=100}}
  {{textarea value=text}}
{{/character-limit}}


{{#word-limit max=100}}
  {{textarea value=text}}
{{/word-limit}}

Styling can easily be overridden. Take a look in vendor/ember-text-limit/app.css to get an idea.

About

A Twitter-esque character/word countdown for your textarea

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.1%
  • HTML 25.2%
  • Handlebars 2.3%
  • CSS 0.4%