项目作者: jacobmischka

项目描述 :
Simple wrapper component for Feather Icons.
高级语言: JavaScript
项目地址: git://github.com/jacobmischka/svelte-feather-icon.git
创建时间: 2018-01-25T20:16:18Z
项目社区:https://github.com/jacobmischka/svelte-feather-icon

开源协议:MIT License

下载


svelte-feather-icon

Simple wrapper component for Feather Icons.

Usage

  1. <FeatherIcon icon="feather" ></FeatherIcon>

Properties

Using with Sapper

Please import svelte-feather-icon/FeatherIcon.html directly (or configure your bundler to resolve svelte package fields, rollup-plugin-svelte does this out of the box, see resolve.mainFields for webpack) and compile it from within your own project.

See svelte#604 for more information.