Skip to content

rabbiTheWebDeveloper/rabbi-countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rabbis-divisions

A ReactJS hook to get the Bangladesh Country Divisions information.

How to use it?

You can use the project in this way:

Install

# with npm
npm install rabbis-divisions

# with yarn
yarn add rabbis-divisions

Usage

  • Import the package in your app:
import {useDivisions} from 'rabbis-divisions';
  • Get the country information from the hook:
const {loading, error, divisions} = useDivisions('rangpur')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published