el-color-picker-panel
Installation
SKILL.md
ColorPickerPanel Component
ColorPickerPanel is the core component of ColorPicker for building custom color selection interfaces.
When to Use
- Custom color picker UI
- Embedded color selection
- Advanced color tools
- Custom dropdown implementations
Basic Usage
<template>
<el-color-picker-panel v-model="color" />
</template>