hassan-jahan / vue-currency-input

Easy input of currency formatted numbers for Vue.js.

Home Page:https://dm4t2.github.io/vue-currency-input/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status npm version

Vue Currency Input

The Vue Currency Input plugin allows an easy input of currency formatted numbers. It provides both a standalone component (<currency-input>) and a custom Vue directive (v-currency) for decorating existing input components with currency format capabilities.

Read the guide to getting started or check out the examples to see it in action.

Features

Format as you type

Numbers are formatted immediately during input.

i18n Support

Language-dependent, ISO-compliant currency formatting using the native Intl.NumberFormat.

Distraction free

Automatically hide the formatting and negligible fraction digits on focus.

Support me

If you find this plugin helpful or you want to support the development, buy me a coffee:

ko-fi

About

Easy input of currency formatted numbers for Vue.js.

https://dm4t2.github.io/vue-currency-input/

License:MIT License


Languages

Language:JavaScript 100.0%