Building a Custom Icon Component Based on Element Plus el-icon
The icon system changed significantly between Element UI and Element Plus, with the latter adopting SVG icons. If you are accustomed to the Element UI aproach but prefer working with Vue 3, you can wrap Element Plus icons into a custom component that replicates the simpler interface of the older library.
Design Goals
The custom <e-icon> c ...
Posted on Wed, 17 Jun 2026 16:48:23 +0000 by idris