1.3.13 • Published 9 months ago

vue-simple-currency v1.3.13

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months 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

9 months ago

1.3.12

9 months ago

1.3.11

9 months ago

1.3.10

9 months ago

1.3.9

9 months ago

1.3.8

9 months ago

1.3.7

9 months ago

1.3.6

9 months ago

1.3.5

9 months ago

1.3.3

9 months ago

1.3.2

9 months ago

1.3.1

9 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago