el-color-picker-panel

Render a configurable Element Plus color picker panel with alpha support.

21|2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jiaiyan/element-plus-skills --skill el-color-picker-panel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: el-color-picker-panel
Source: https://github.com/jiaiyan/element-plus-skills/tree/main/components/el-color-picker-panel
Command: npx skills add https://github.com/jiaiyan/element-plus-skills --skill el-color-picker-panel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ColorPickerPanel is the core component of ColorPicker for building custom color selection interfaces.

Core Features & Use Cases

  • Core panel for ColorPicker that enables embedding in custom UIs without the dropdown wrapper
  • Supports exact color selection, optional alpha channel, and predefined colors
  • Use cases include standalone color pickers, embedded panels, and complex color tool UIs

Quick Start

Render the el-color-picker-panel in your Vue component and bind it to a color state.

Frequently Asked Questions about el-color-picker-panel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I embed a Vue color picker panel inside a custom dropdown or overlay?

To embed a Vue color picker panel, use the core panel component designed for custom UIs. It supports Vue props like model-value, show-alpha, and predefine, exposing update methods to handle color selection directly within your dropdown or overlay.

Can I add alpha channel support to a custom color picker in Element Plus?

Yes, you can add alpha channel support to a custom color picker in Element Plus by enabling the show-alpha prop. This allows precise color control with transparency alongside core color selection features.

How do I set predefined colors in a Vue component for custom color selection?

You can set predefined colors in a Vue component for custom color selection by passing an array of colors to the predefine prop. This renders preset swatches alongside the core panel for quick selection.

Does the custom color picker panel support disabling input and changing color formats?

Yes, the custom color picker panel supports disabling input via the disabled prop and changing color formats using the color-format prop. It also validates inputs when the validate-event prop is active.

What is the best way to build a standalone color picker UI without the default dropdown wrapper?

The best way to build a standalone color picker UI without the default dropdown wrapper is using the core panel component. It provides exact color selection, alpha channel support, and predefined colors for complex tool UIs.