2.3.3 • Published 11 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
1 year ago
2.3.2
1 year ago
2.3.1
1 year ago
2.2.13
1 year ago
2.2.5
1 year ago
2.3.3
11 months ago
2.2.4
1 year ago
2.2.11
1 year ago
2.2.7
1 year ago
2.2.12
1 year ago
2.2.6
1 year ago
2.2.10
1 year ago
2.2.9
1 year ago
2.2.8
1 year ago
2.2.1
2 years ago
2.1.2
3 years ago
2.2.0
2 years ago
2.1.1
3 years ago
2.2.3
2 years ago
2.2.2
2 years ago
2.1.3
3 years ago
2.1.0
3 years ago
2.0.0
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago