All Projects → Yummygum → Flagpack Core

Yummygum / Flagpack Core

Licence: mit
Flagpack contains 260+ easily implementable flag icons to use in your design or code project.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Flagpack Core

Circle Flags
A collection of 300+ minimal circular SVG country flags
Stars: ✭ 139 (+9.45%)
Mutual labels:  svg, flags, icons
Icotar
A free colorful icon avatar generator.
Stars: ✭ 94 (-25.98%)
Mutual labels:  svg, icons
Css Flags
A collection of pure CSS flags, all single divs.
Stars: ✭ 90 (-29.13%)
Mutual labels:  flags, icons
Icons
The premium icon font for @uiwjs Component Library. https://uiwjs.github.io/icons
Stars: ✭ 99 (-22.05%)
Mutual labels:  svg, icons
React Image Timeline
📆 An image-centric timeline component for React.js
Stars: ✭ 77 (-39.37%)
Mutual labels:  svg, npm
Materialdesign
✒6200+ Material Design Icons from the Community
Stars: ✭ 9,669 (+7513.39%)
Mutual labels:  svg, icons
Maki
POI Icon Set
Stars: ✭ 1,348 (+961.42%)
Mutual labels:  svg, icons
React Bootstrap Icons
React component for Bootstrap Icons
Stars: ✭ 71 (-44.09%)
Mutual labels:  svg, icons
React Feather
React component for Feather icons
Stars: ✭ 1,379 (+985.83%)
Mutual labels:  svg, icons
Icons
Material Design inspired product icons
Stars: ✭ 110 (-13.39%)
Mutual labels:  svg, icons
Svg Icon
👻 A lightweight library that makes it easier to use SVG icons in your Angular Application
Stars: ✭ 112 (-11.81%)
Mutual labels:  svg, icons
Iconify Sketch
Sketch plug-in for importing over 70,000 icons from 80+ icon sets, including Material Design Icons, FontAwesome, Jam Icons, Open Emoji and many others.
Stars: ✭ 76 (-40.16%)
Mutual labels:  svg, icons
Blade Icons
A package to easily make use of SVG icons in your Laravel Blade views.
Stars: ✭ 1,181 (+829.92%)
Mutual labels:  svg, icons
Osmic
CC0 SVG Map Icons, mirror of repo on Gitlab
Stars: ✭ 89 (-29.92%)
Mutual labels:  svg, icons
Svgsprit.es
Public endpoint to generate SVG Sprites
Stars: ✭ 73 (-42.52%)
Mutual labels:  svg, icons
Phosphor React
A flexible icon family for React
Stars: ✭ 97 (-23.62%)
Mutual labels:  svg, icons
Teenyicons
Tiny minimal 1px icons designed to fit in the smallest places.
Stars: ✭ 1,631 (+1184.25%)
Mutual labels:  svg, icons
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (-49.61%)
Mutual labels:  svg, icons
H2d2 Shopicons
Essentials E-Commerce icon pack for free.
Stars: ✭ 67 (-47.24%)
Mutual labels:  svg, icons
Sb
SVG badges to display
Stars: ✭ 99 (-22.05%)
Mutual labels:  svg, icons

Flagpack

Flagpack contains 260+ flag icons to easily use within your code project. Flagpack is an open source project and available for JavaScript frameworks/libraries Angular, Vue and React.

Flagpack. 260+ easily implementable flag icons to use in your design or code project. Open Source. Available for Sketch, Figma, Angular, Vue, and React. www.flagpack.xyz. Made with love by Yummygum. Graphic showing a list with the flags of Argentina, Croatia, Estonia, Kenia, Netherlands, and Scotland.

View documentation on flagpack.xyz

flagpack-core

The core has been created to provide and share any logic and assets to the desired components. For example, it can also be used to map over the `countryCodeList.json` to display all flags.

Installation

Normally if you'll use any component the core will be automatically installed as peer dependency. If you want to test the core, you'll need to install one of the components and install the core as local module.

Example

# install local module to one of the components
npm install ../path/to/flagpack-core

Build Dist

You'll need an .env file with a SPREADSHEET_KEY and API_KEY to be able to build the generateCodeList.js script to make the request to the GoogleAPI to fetch the flags data.

If you just want to make changes to the generateFlags.js, the .env is not needed, just use the current countryCodeList.json.

# install dependencies
npm install

# build for prod
npm run build

# build with watcher for dev
npm run dev

Releasing

To release a new version you'll need to make sure all changes commits are done and pushed. After that you'll need to decide which release type you want to use. The release types are; patch (0.0.1), major (0.1.0), or minor (1.0.0).

npm version <release_type>

This will update the version number in the package.json, and will add a git tag automatically. Next you'll need to push the git tag to the remote.

git push --tags origin master

After that you'll need to publish to npm.

npm publish

When you're confident with the release, make sure the version tag is also released at GitHub.

Support

Frequently Asked Questions

Documentation

Releases

You can find a changelog of Flagpack's releases on the Releases page on GitHub.

Contribute

If you're interested in contributing to this project, great! Please see the contributing document.

License

Flagpack is an open source project published under a MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].