el-date-picker-panel

Installation
SKILL.md

DatePickerPanel Component

DatePickerPanel is the core component of DatePicker for building custom date selection interfaces.

When to Use

  • Custom date picker UI
  • Embedded date selection
  • Calendar widgets
  • Custom dropdown implementations

Basic Usage

<template>
  <el-date-picker-panel v-model="date" />
</template>
Installs
4
GitHub Stars
25
First Seen
Jul 2, 2026
el-date-picker-panel — jiaiyan/element-plus-skills