Select Country

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

dropdown
Description of the SVG image Loading...

Demos

1. Whitelist

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

Description of the SVG image Loading...

2. Blacklist

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

Description of the SVG image Loading...

3. Priority

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

Description of the SVG image Loading...

Installation

Run the following command:

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

Usage