1.0.4 • Published 8 months ago

vue-currency-input-field v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Vue Currency Input Field

NPM License

Lightweight currency input component for Vue < 5k 😎 Emits the formatted value to parent component

currency-input-field

Usage

npm i vue-currency-input-field

<script setup>
import CurrencyInputField from 'vue-currency-input-field';

const options = {
  currency: '$',
  placeHolder: 'Please enter a number',
};

function handleValueChange(value) {
  //todo value '$123,456'
}
</script>


<template>
<CurrencyInputField :options="options" @value-change="handleValueChange"/>
</template

Contact

Feel free to ping me 💫 connect@giladshohat.com

giladshohat.com

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago