2.3.3 • Published 7 months ago
@mcistudio/vue-colorpicker v2.3.3
a Vue3.x based colorpicker component.
Features
- Supports 3 CSS background color modes:
solid,linear-gradientandradial-gradient. - Supports color opacity(alpha) adjustment.
- Supports gradient bar control, easily drag/add/delete the control points.
- The EyeDropper can quickly pick any color from your screen. (supports Google Chrome version 95+)
- Supports live preview.
Screenshots
Installation
npm i @mcistudio/vue-colorpickerHow to Use
Global Registration
main.js
import ColorPicker from '@mcistudio/vue-colorpicker'
import '@mcistudio/vue-colorpicker/style.css'
createApp(App)
.use(ColorPicker)
.mount("#app");OR
Local Registration
HelloWorld.vue
<script setup>
import ColorPicker from '@mcistudio/vue-colorpicker'
import '@mcistudio/vue-colorpicker/dist/style.css'
<template>
<ColorPicker></ColorPicker>
</template>
</script>2.3.0
10 months ago
2.3.2
10 months ago
2.3.1
10 months ago
2.2.13
11 months ago
2.2.5
12 months ago
2.3.3
7 months ago
2.2.4
12 months ago
2.2.11
11 months ago
2.2.7
12 months ago
2.2.12
11 months ago
2.2.6
12 months ago
2.2.10
11 months ago
2.2.9
11 months ago
2.2.8
12 months ago
2.2.1
2 years ago
2.1.2
2 years ago
2.2.0
2 years ago
2.1.1
2 years ago
2.2.3
2 years ago
2.2.2
2 years ago
2.1.3
2 years ago
2.1.0
2 years ago
2.0.0
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago