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>