Skip to content

Commit

Permalink
Repo GH pages link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Mar 4, 2018
1 parent 509839d commit bc17a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@

A lightweight (~7KB min) ES6 library for dealing with character counts on text fields, providing events, live counters and more!

An interactive preview can be found on the [GitHub page for this project](https://othyn.github.io/char-count/).
An interactive preview can be found on the [GitHub page for this project](https://othyn.github.io/char-count-es6/).

#### Brief
The concept of the library is to define a state that the field is in dependent on where the field sits within the configured thresholds. The character count thresholds are seperated into 3 key targets; Warning, Danger and Expended. Warning is for "you're getting close!", Danger is for "for real, you are running out" and Expended is for "all used up!". When the field is empty an Empty state is declared, along with a similar Fine state being applied when the field sits between an Empty and Warning state.
Expand Down

0 comments on commit bc17a9b

Please sign in to comment.