shevtsovtn-vue-currency-input
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Codecov npm Version npm Downloads Bundlephobia License

Vue Currency Input

Vue Currency Input allows an easy input of currency formatted numbers based on the ECMAScript Internationalization API (Intl.NumberFormat).

Built on top of the Vue Composition API, it enables you to decorate any input component with currency format capabilities.

Features

  • Turns the input component of your favorite framework (for example Vuetify, Quasar or Element Plus) into a currency input field
  • Supports both Vue 2 and Vue 3
  • Built on standards: Ensures the right locale dependent formatting by using Intl.NumberFormat
  • Unobtrusive input by hiding the formatting on focus
  • Built-in value range validation
  • You can change a decimal separator if add a separator option like string ',/.' (1,00/1.00).

Getting started

Fork from parent project. Please read the guide to get started or check out the playground to see it in action.

Package Sidebar

Install

npm i shevtsovtn-vue-currency-input

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

62.4 kB

Total Files

6

Last publish

Collaborators

  • shevtsovtn