@vicenterusso/vue-formulate-currency

0.1.0 • Public • Published

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.

/@vicenterusso/vue-formulate-currency/

    Package Sidebar

    Install

    npm i @vicenterusso/vue-formulate-currency

    Weekly Downloads

    3

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    25.1 kB

    Total Files

    9

    Last publish

    Collaborators

    • vicenterusso