0.1.51 • Published 3 years ago

vue-gradient-component v0.1.51

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vue-gradient-component

Library setup

npm i vue-gradient-component

Import in main

import ColorPicker from 'vue-gradient-component';

const app = createApp(App);
app.use(ColorPicker);

Using in components

<template>
  <div>
    <img
      alt="Vue logo"
      src="./assets/logo.png"
    />
    <color-picker></color-picker>
  </div>
</template>

Properties

0.1.51

3 years ago

0.1.5

3 years ago

0.1.466

3 years ago

0.1.465

3 years ago

0.1.46

3 years ago

0.1.45

3 years ago

0.1.44

3 years ago

0.1.43

3 years ago

0.1.42

3 years ago

0.1.41

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago