el-color-picker
Installation
SKILL.md
ColorPicker Component
ColorPicker is a color selector supporting multiple color formats.
When to Use
- Theme customization
- Color selection
- Design tools
- Style configuration
Basic Usage
<template>
<el-color-picker v-model="color" />
</template>