/gatsby-source-countries

A gatsby source plugin to get all the world countries inside your application

Primary LanguageJavaScriptBSD Zero Clause License0BSD

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",
    //...
  ],
}