1.0.0 • Published 2 years ago

@dropdowns/countries v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

About


A list of all countries that can be used in form dropdown options.

Collection Sample


Country

 {
  "code": "PH",
  "name": "Philippines",
  "timezone": "Asia/Manila"
}

Installation


$ npm install @dropdowns/countries

Usage

Import the package in your application.

import dropdown from "@dropdowns/countries";

Available Methods

MethodDescriptionExample
getAllCountries()Show all countriesdropdown.getAllCountries()

License

Licensed under MIT