0.1.11 • Published 5 years ago

@reciprocity/button v0.1.11

Weekly downloads
57
License
ISC
Repository
-
Last release
5 years ago

Button

A generic button Vue.js component.

Dependencies

This component depends on bootstrap, bootstrap-vue, and @reciprocity/bootstrap packages. So make sure you have those installed and imported wherever you're gonna use this component.

Installation

npm install @reciprocity/button

or

yarn add @reciprocity/button

Usage

This component is meant to be used as an ES module, so you can import it using the ES6 import syntax.

After importing you can just register it with Vue. Eg:

app.vue

<template>
	<zen-button>Click me!</zen-button>
</template>
<script>
	import ZenButton from '@reciprocity/button';

	export default Vue.extend({
		name: 'My App',
		components: {
			ZenButton
		}
	};
</script>
0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago