Skip to content

Commit debe54d

Browse files
authored
Merge pull request #21 from geoapify/GD-130-fix-issues
GD-130: Update React-Geocoder-Autocomplete to support new options
2 parents e718935 + 439c2f1 commit debe54d

File tree

9 files changed

+12098
-16786
lines changed

9 files changed

+12098
-16786
lines changed

README.md

Lines changed: 369 additions & 121 deletions
Large diffs are not rendered by default.

example/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="shortcut icon" href="/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
7+
<meta name="theme-color" content="#000000" />
8+
<link rel="manifest" href="/manifest.json" />
9+
<link rel="preconnect" href="https://fonts.googleapis.com">
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
12+
<title>React Geocoder Autocomplete - Demo Collection</title>
13+
</head>
14+
<body>
15+
<noscript>You need to enable JavaScript to run this app.</noscript>
16+
<div id="root"></div>
17+
<script type="module" src="/src/index.js"></script>
18+
</body>
19+
</html>
20+

0 commit comments

Comments
 (0)