Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gatsby-source-countries

escapemanuele110BSD1.0.0

A source plugin to get all the World countries

gatsby, gatsby-plugin, countries, nations

readme

gatsby-source-countries

A source plugin to get all the World countries.

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [
    //...
    "gatsby-source-countries",
    //...
  ],
}