1.0.2 • Published 1 year ago

raizinx-countries v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Description

This is an react package

How to use it?

You can use the project in this way:

Install

# with npm
npm install tapas-countries

# with yarn
yarn add tapas-countries

Usage

  • Import the package in your app:
import { useCountry } from "tapas-countries";
  • Get the country information from the hook:
const {loading, error, country} = useCountry('Republic Of India')'
1.0.2

1 year ago

1.0.1

1 year ago