1.3.13 • Published 2 years ago

vue-simple-currency v1.3.13

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Simple Vue3 Currency Input

npm Version GitHub Tests Action Status

This package provides a HTML input element that works for the Euro (€) currency.

Installation

You can install the package via composer:

npm i -S vue-simple-currency

Usage (VS Code)

  1. Use in your project (probably a custom currency input component) and assign a v-model ref of type number
  2. The input handles all user inputs and updates the ref with the cent-value
<template>
    <CurrencyInputVue v-model="myNumberRef" />
</template>
1.3.13

2 years ago

1.3.12

2 years ago

1.3.11

2 years ago

1.3.10

2 years ago

1.3.9

2 years ago

1.3.8

2 years ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago