mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
519 B
519 B
Icon
Element Plus provides a set of common icons.
Basic usage
Just assign the class name to el-icon-iconName
.
:::demo
<i class="el-icon-edit"></i>
<i class="el-icon-share"></i>
<i class="el-icon-delete"></i>
<el-button type="primary" icon="el-icon-search">Search</el-button>
:::
Icons
- {{'el-icon-' + name}}