v-currency-field

Currency component for vuetify v-text-field

Usage no npm install needed!

<script type="module">
  import vCurrencyField from 'https://cdn.skypack.dev/v-currency-field';
</script>

README

Vuetify Currency Field

The Vuetify Currency Field uses Vue Currency Input directive to create a currency component (<v-currency-field>) with all features of v-text-field. The component is compatible with vuetify 1.x and 2.x and dynamic binds the props and listeners to v-text-field component.

Lightweight Only ~4 kB bundle size (minified + gzipped).

Read the guide to getting started.