0.0.1 • Published 10 years ago

swissarmy-input v0.0.1

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

Swiss-Army Input v0.0.1

Description

The "swissarmy-input" library is intended to provide useful and nice-looking inputs, complete with labels. The power of "swissarmy-input" is that it takes an interchangeable set of properties and takes care of any discrepancies between creating different types of inputs.

It currently supports text-, number-, select- and date-inputs, with more on the horizon.

Screenshots

npm.io

npm.io

Install

npm install swissarmy-input

Use

Coming...

The properties map to corresponding attributes of the input- or label-elements, but provide extended functionality in the case of the type-property:

The type-property will normally pass a string value to the type-attribute of the input-element, but if passed value is "date" or "select", then a datepicker-/select box-widget is initialized instead.

Todo

  • Live indicator for remaining characters (if maxLength-value is provided)
  • Support more input-types
  • Support for specifying date-format