Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sturdynut/formatbox

A textbox with formatting and validation.
https://github.com/sturdynut/formatbox

Last synced: 8 days ago
JSON representation

A textbox with formatting and validation.

Awesome Lists containing this project

README

        

# Formatbox
A textbox with formatting and validation.

## Demo
[Live demo here](http://formatbox.herokuapp.com/)

## Usage

#### Formatting a URL:

<input type='text' **data-type='url'**></input>

## Install
Install via bower, npm or copy from the `dist` directory.

### Bower:

bower install formatbox

### NPM:

npm install formatbox

### Copy / Pasta:

* [formatbox.js](https://github.com/sturdynut/formatbox/raw/master/dist/formatbox.js)
* [formatbox.min.js](https://github.com/sturdynut/formatbox/raw/master/dist/formatbox.min.js)
* [formatbox.min.js.map](https://github.com/sturdynut/formatbox/raw/master/dist/formatbox.min.js.map)

## Browser Support
Chrome, Safari, Firefox, IE 9+

## Issues?
Please submit any issues [here](https://github.com/sturdynut/formatbox/issues).

## Questions?
Hit me up on twitter [@sturdynut](https://twitter.com/sturdynut)