0.1.51 • Published 2 years ago

vue-gradient-component v0.1.51

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.1.5

2 years ago

0.1.466

2 years ago

0.1.465

2 years ago

0.1.46

2 years ago

0.1.45

2 years ago

0.1.44

2 years ago

0.1.43

2 years ago

0.1.42

2 years ago

0.1.41

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago