0.2.10 • Published 4 years ago

@reciprocity/color-input v0.2.10

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

ColorInput

An input field that includes a color picker

Installation

npm install @reciprocity/color-input

or

yarn add @reciprocity/color-input

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>
	<color-input value="#0099FF" />
</template>
<script>
	import ColorInput from '@reciprocity/color-input';

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

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

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

0.1.0

5 years ago