eva-icons-svelte
v0.1.2
Published
A pack of more than 480 beautifully crafted Open Source icons. Simple packaging with Svelte.
Downloads
248
Maintainers
Readme
组件基于component-template构建
简介
使用 Svelte 对 Eva icons 简单封装的组件。
预览
安装
npm i eva-icons-svelte
使用
import { IconActivity } from "eva-icons-svelte";
<IconActivity />
请使用大驼峰命名法,并前面加上 Icon 来贴合语义,例如:
github
的组件名为 IconGithub
;
arrow-left
的组件名为 IconArrowLeft
;
bar-chart-2-outline
的组件名为 IconBarChar2
。
由于 outline
和 fill
都封装成了一个组件,所以请务必忽略名称中的 outline
。
API
| API | 类型 | 参数 | 描述 |
| :-----: | ------ | ------------------------------- | -------------------------------------------------------------------- |
| pattern | string | outline or fill ,默认为 outline | 显示模式:outline
线框或 fill
正负形,部分图标两种模式下图案相同 |
License
MIT