el-tree

Installation
SKILL.md

Tree Component

Tree component displays a set of data with hierarchies, supporting selection, filtering, lazy loading, and drag-and-drop functionality.

When to Use

  • Display folder or directory structures
  • Show organization charts
  • Category or classification selection
  • Menu navigation with nested items
  • Any hierarchical data representation

Basic Usage

<template>
  <el-tree :data="data" :props="defaultProps" />
</template>
Installs
1
GitHub Stars
15
First Seen
5 days ago
el-tree — jiaiyan/element-plus-skills