Skip to content

Component library containing components only for shop2shop apps

Notifications You must be signed in to change notification settings

payfind/shop2shop-vue-components

Repository files navigation

Vue Numeric Input

npm npm Build Status codecov npm

A component library containting custom components build for vuetify.js. To be able to use this library you need vuetify.js in your project.

Installation

Install via NPM

$ npm install vue-numeric-input --save

Global

Register library globally:

import Vue from "Vue";
import shop2shop from "shop2shop-vue-components";

Vue.use(shop2shop);

Usage

Basic usage

<template>
	<div>
		<S2SForm title="Form Title">
			<S2SCard>
				Any other components could livehere
			</S2SCard>
		</S2SForm>
	</div>
</template>

<script>
	export default {
		data() {
			return {
				value: 1
			};
		}
	};
</script>

About

Component library containing components only for shop2shop apps

Resources

Stars

Watchers

Forks

Packages

No packages published