react-countries-details
v1.4.6
Published
npm helps to fetch the country details
Downloads
114
Maintainers
Readme
react-countries-details
A tiny fully customizable react hook which gives you full details of countries with their flags, emojis, country calling codes, postal codes and many more...
How to use it?
You can use the package in this way:
Install
# with npm
npm install react-countries-details
# with yarn
yarn add react-countries-details
Usage
- Import the package in your app:
import { useCountry } from "react-countries-details";
- Get the country information from the hook:
const {loading, error, country} = useCountry('Republic Of India')'