Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flags-react

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flags-react

World Flags Icons for React

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

#The World Flag Icons for React

A collection of all country flags in SVG --- plus the CSS for easier integration. (1:1 & 4:3 ratios)

Forked from https://github.com/lipis/flag-icon-css

Installation

npm install flags-react

##Usage

import Flag from 'flags-react'

function App(){
	return (
		<div>
			<Flag iso="US"/>
			<Flag iso="us" squared /> 
			<Flag code="us" />
			<span className='flag-icon flag-icon-us'></span>
		</div>
	)
}

You could also apply this to any element, but in that case you'll have to use the flag-icon-background className instead of flag-icon and you're set.

Keywords

FAQs

Package last updated on 29 Oct 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc