0.1.0 • Published 3 years ago

@vicenterusso/vue-formulate-currency v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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-currency

Yarn

yarn add vue-formulate-currency

Add 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.