Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/BosNaufal/vue-calc-input

Vue directive to make a calculator input behavior. Implementation of https://github.com/BosNaufal/readable-number
https://github.com/BosNaufal/vue-calc-input

Last synced: about 2 months ago
JSON representation

Vue directive to make a calculator input behavior. Implementation of https://github.com/BosNaufal/readable-number

Awesome Lists containing this project

README

        

# Vue Calc Input
A directive for [Vue.Js](http://vuejs.org) to make an calculator input behavior. Implementation of [readable-number.js](https://github.com/BosNaufal/readable-number)

#### [DEMO](http://codepen.io/BosNaufal/full/mPrrLz/)

## Install
Include the [vue-calc-input-standalone.js](./vue-calc-input-standalone.js) to your HTML or web page file, after [Vue.Js](http://vuejs.org). if you want to use it without a filter

OR

You can use [vue-calc-input.js](./build/vue-calc-input.js) with [vue-readable-number.js](./src/vue-readable-number.js) Filter to make two binding filter. Make it more powerfull. But you must include the [readable-number-js](./src/readable-number.js) First.

## Usage
```html





Your see: {{ number | readable-number }}


Your model get: {{ number }} ({{ typeof number }})



```

## Thank You for Making this useful
Hopefully it can be useful for your next projects.

## Let's talk about some projects
Just Contact Me At:
- Email: [[email protected]](mailto:[email protected])
- Skype Id: bosnaufal254
- twitter: [@BosNaufal](https://twitter.com/BosNaufal)

## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2016 - forever Naufal Rabbani