Socket
Book a DemoInstallSign in
Socket

react-favic

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

react-favic

Add Favicons to the head of your React app

unpublished
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
7
-12.5%
Maintainers
1
Weekly downloads
 
Created
Source

react-favic

package version package downloads standard-readme compliant package license make a pull request

Add Favicons to the head of your React app

Table of Contents

About

Little React component to add multiple meta tags for different sized favicons to your app's document head.

Usage

Generate all your icons using Favic-o-Matic and copy them into a directory in your project e.g. static/images/meta, then:

import ReactFavic from 'react-favic'

 <Head>
  <meta
    name='viewport'
    content='initial-scale=1.0, width=device-width'
    key='viewport'
  />
  <meta charSet='utf-8' />

  <title>Example Site</title>

  <ReactFavic
    name='Lesson Desk Head Office'
    color='#797979'
    href='static/images/meta'
  />

</Head>

Install

This project uses node and npm.

$ npm install react-favic
$ # OR
$ yarn add react-favic

Contribute

  • Fork it and create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am "Add some feature"
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

License

MIT © [[object Object]]([object Object])

Keywords

react

FAQs

Package last updated on 24 Nov 2025

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