SelectCountry

Simple country and state selectors

These components depend on fetching data from the backend, make sure you have a DB and the server running if you are in dev.

The state selector depends on the country selector, so make sure you have a country selected before you can select a state.
{
  "country": "",
  "state": ""
}