el-image

Installation
SKILL.md

Image Component

Image component extends native img with lazy loading, placeholder, error handling, and preview features.

When to Use

  • Image display with lazy loading
  • Image preview galleries
  • Loading placeholders
  • Error fallback images

Basic Usage

<template>
  <el-image style="width: 100px; height: 100px" :src="url" fit="cover" />
</template>
Installs
1
GitHub Stars
16
First Seen
6 days ago
el-image — jiaiyan/element-plus-skills