EVA图标
Eva Icons包含480多种精心制作的精美开源图标,用于常见操作和项目。
在桌面上下载我们的套装,以将其用于Web,iOS和Android的数字产品中。
与Eva设计系统兼容。
NPM
npm i eva-icons
<script src="path/to/dist/eva-icons.js"></script>
const eva = require('eva-icons');import * as eva from 'eva-icons';
CDN
Load from CDN in your project:
<script src="unpkg.com/eva-icons"></script>
After including the script, eva will be available as a global variable.
JavaScript
<i data-eva="github"></i>
<!DOCTYPE html><html lang="en"> <title></title> <script src="https://unpkg.com/eva-icons"></script> <body> <i data-eva="github"></i> <script> eva.replace() </script> </body></html>
Thanks to Feather Icons for the build process inspiration.
<i data-eva="github" data-eva-fill="#ff0000" data-eva-height="48" data-eva-width="48"></i>
Fonts
Eva Icons are also available as a Web Font.
<link href="path/to/style/eva-icons.css">
<i class="eva eva-github"></i>
We recommend using SVG icons due to better rendering and performance capabilities, more details.
更多使用方法可以查看官方文档
开源地址:
https://github.com/akveo/eva-icons
更多更优质的资讯,请关注我,你的支持会鼓励我不断分享更多更好的优质文章。
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!