Select Country

Displays a list of countries (or regions) for the user to pick from—triggered by a button.

dropdown

Demos

1. Whitelist

Specify which countries should appear. This just shows the United States and China.

2. Blacklist

Specify which countries should NOT appear. This will omit Afhganistan, Aland Islands and Albania.

3. Priority

Specify which countries should appear in priority. This make Canada, United States and the Brazil appear first in the dropdown list.

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-select-country

Usage