1.0.0 • Published 3 years ago
@dropdowns/countries v1.0.0
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/countriesUsage
Import the package in your application.
import dropdown from "@dropdowns/countries";Available Methods
| Method | Description | Example |
|---|---|---|
| getAllCountries() | Show all countries | dropdown.getAllCountries() |
License
Licensed under MIT
1.0.0
3 years ago