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
1
GitHub Stars
17
First Seen
5 days ago
el-date-picker-panel — jiaiyan/element-plus-skills