GithubHelp home page GithubHelp logo

micahstubbs / flag-icon-css Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lipis/flag-icons

0.0 2.0 0.0 24.04 MB

:flags: A collection of all country flags in SVG — plus the CSS for easier integration

Home Page: http://flag-icon-css.lip.is

License: MIT License

CoffeeScript 0.81% CSS 47.78% JavaScript 0.37% HTML 51.04%

flag-icon-css's Introduction

flag-icon-css

npm version

A collection of all country flags in SVG — plus the CSS for easier integration. See the demo.

Install

You can either download the whole project as is or install it via Bower or NPM:

$ bower install flag-icon-css
$ npm install flag-icon-css

Usage

For using the flags inline with text add the classes .flag-icon and .flag-icon-xx (where xx is the ISO 3166-1-alpha-2 code of a country) to an empty <span>. If you want to have a squared version flag then add the class flag-icon-squared as well. Example:

<span class="flag-icon flag-icon-gr"></span>
<span class="flag-icon flag-icon-gr flag-icon-squared"></span>

You could also apply this to any element, but in that case you'll have to use the flag-icon-background instead of flag-icon and you're set. This will add the correct background with the following CSS properties:

background-size: contain;
background-position: 50%;
background-repeat: no-repeat;

Which means that the flag is just going to appear in the middle of an element, so you will have to set manually the correct size of 4 by 3 ratio or if it's squared add also the flag-icon-squared class.

Development

Run the npm install to install the dependencies after cloning the project and you'll be able to:

To watch for changes and live reload if served

$ grunt

To build *.less files

$ grunt build

To serve it on localhost:8000

$ grunt connect

To have only specific countries in the css file, remove the ones that you don't need from the flag-icon-list.less file and build it again.

Credits

This project wouldn't exist without the awesome and now deleted collection of SVG flags by koppi.

flag-icon-css's People

Contributors

lipis avatar dependabot[bot] avatar greenkeeperio-bot avatar 2009 avatar dependabot-support avatar mdxs avatar greenkeeper[bot] avatar designer023 avatar bcaller avatar oller avatar sqwk avatar peterisj avatar oleksmarkh avatar markesaaremets avatar bequadrat avatar tahashahid avatar lukasz17m avatar tomlutzenberger avatar timhuff avatar tiagoporto avatar paddy2k avatar ncaron avatar rctneil avatar k13elle avatar mustafa-kahraman avatar martinlindhe avatar g105b avatar erikbarke avatar edorivai avatar dmersiowsky avatar

Watchers

James Cloos avatar Micah Stubbs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.