1.4.6 • Published 9 months ago
react-countries-details v1.4.6
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')'