Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

sherlock-fy-icon

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sherlock-fy-icon

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

latest
npmnpm
Version
1.0.19
Version published
Maintainers
1
Created
Source

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" />

四、支持的图标

  • FontAwesome by Dave Gandy (v4.7.0, 675 icons)
  • Foundation by ZURB, Inc. (v3.0, 283 icons)
  • Ionicons by Ben Sperry (v3.0.0, 859 icons)
  • MaterialIcons by Google, Inc. (v3.0.1, 932 icons)
  • Zocial by Sam Collins (v1.0, 100 icons)
  • Msite by Lian Shang
  • CRM by Lian Shang

五、开源许可

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

Keywords

sherlock

FAQs

Package last updated on 04 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts