1.0.19 • Published 7 years ago

sherlock-fy-icon v1.0.19

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

sherlock-icon

一、简介

链尚网React-Native 组件库组件:Icon

二、安装

npm install sherlock-icon --save

或者使用我们的组件库: 

npm install sherlock-mind --save


 

三、用例

    import FyIcon from 'sherlock-icon';

    //或者通过组件库:

    import {FyIcon} from 'sherlock-mind';
    
    //msites为字体名称,home 图标名称
    <FyIcon name="msites|home"/> 
    <FyIcon name="FontAwesome|facebook"/>

    //或者单独使用指定字体图标:

    import FyIcon,{FontAwesome} from "sherlock-icon";
    
    <FontAwesome name="facebook">
    <FontAwesome.Button name="facebook" />
    <FontAwesome.ToolbarAndroid name="facebook" />

四、支持的图标

五、开源许可

基于 MIT License 开源,使用代码只需说明来源,或者引用 license.txt 即可。

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago