0.1.10 • Published 4 years ago

@reciprocity/loading-spinner v0.1.10

Weekly downloads
58
License
MIT
Repository
-
Last release
4 years ago

LoadingSpinner

A component that renders an animated spinner circle next to a "Loading..." or a custom text.

Installation

npm install @reciprocity/loading-spinner

or

yarn add @reciprocity/loading-spinner

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>
	<loading-spinner text="Downloading..." />
</template>
<script>
	import LoadingSpinner from '@reciprocity/spinner';

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

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 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

0.1.0

5 years ago