Socket
Book a DemoInstallSign in
Socket

vue-formulate-currency

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

vue-formulate-currency

unpublished
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Introduction

Vue Formulate Currency is a Vue Formulate plugin that provides the vue-currency-input UI into a FormulateInput.

Installation

NPM

npm install @vicenterusso/vue-formulate-currency

Yarn

yarn add @vicenterusso/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.

FAQs

Package last updated on 14 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts