Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sturdynut/formatbox
- Owner: sturdynut
- License: mit
- Created: 2015-02-14T19:02:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T02:24:40.000Z (almost 7 years ago)
- Last Synced: 2023-02-26T04:06:43.410Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 651 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)