0.1.0 • Published 5 years ago
@vicenterusso/vue-formulate-currency v0.1.0
Introduction
Vue Formulate Currency is a Vue Formulate plugin that provides the
vue-currency-input UI into a FormulateInput.
Installation
NPM
npm install vue-formulate-currencyYarn
yarn add vue-formulate-currencyAdd to Vue
As with any Vue Formulate plugin:
import Vue from 'vue'
import VueFormulate from '@braid/vue-formulate'
import FormulateVueCurrencyPlugin from '@vicenterusso/vue-formulate-currency'
Vue.use(VueFormulate, {
plugins: [ FormulateVueCurrencyPlugin ]
})Usage
Use currency as the input type.
<FormulateInput type="currency" />It works as any other FormulateInput.
0.1.0
5 years ago