+
IP Address:
+
{ipInfo.ip || ipInfo.query}
+
+ {ipInfo.country && (
+ <>
+
Country:
+
{ipInfo.country} ({ipInfo.countryCode})
+ >
+ )}
+
+ {ipInfo.region && (
+ <>
+
Region:
+
{ipInfo.region}
+ >
+ )}
+
+ {ipInfo.city && (
+ <>
+
City:
+
{ipInfo.city}
+ >
+ )}
+
+ {ipInfo.loc && (
+ <>
+
Coordinates:
+
{ipInfo.loc}
+ >
+ )}
+
+ {ipInfo.timezone && (
+ <>
+
Timezone:
+
{ipInfo.timezone}
+ >
+ )}
+