-
Notifications
You must be signed in to change notification settings - Fork 0
/
examples-index.yml
143 lines (143 loc) · 5.28 KB
/
examples-index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
name: PlaceKit implementation examples
url: https://github.com/placekit/examples
author: PlaceKit <[email protected]>
examples:
- slug: autocomplete-js-address-form
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-js-address-form
name: Auto-fill form with address autocomplete
env:
- vanilla
- slug: autocomplete-js-basic
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-js-basic
name: Basic address autocomplete
env:
- vanilla
- slug: autocomplete-js-cdn
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-js-cdn
name: Basic address autocomplete
env:
- cdn
- vanilla
- slug: autocomplete-js-cities
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-js-cities
name: Global city search
env:
- vanilla
- slug: autocomplete-js-countries
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-js-countries
name: Countries search
env:
- vanilla
- slug: autocomplete-js-countries-whitelist
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-js-countries-whitelist
name: Address autocomplete with countries whitelist
env:
- vanilla
- slug: autocomplete-js-geolocation
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-js-geolocation
name: Address autocomplete with user's geolocation
env:
- vanilla
- slug: autocomplete-js-leaflet
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-js-leaflet
name: Address search on map with Leaflet
env:
- leaflet
- vanilla
- slug: autocomplete-js-svelte
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-js-svelte
name: Svelte autocomplete component
env:
- svelte
- slug: autocomplete-js-typescript
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-js-typescript
name: Address autocomplete with user's geolocation
env:
- typescript
- vanilla
- slug: autocomplete-js-vue
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-js-vue
name: Vue autocomplete component
env:
- vue
- slug: autocomplete-react-address-form
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-react-address-form
name: Auto-fill form with address autocomplete
env:
- react
- slug: autocomplete-react-basic
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-react-basic
name: Basic address autocomplete
env:
- react
- slug: autocomplete-react-cities
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-react-cities
name: Global city search
env:
- react
- slug: autocomplete-react-countries
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-react-countries
name: Countries search
env:
- react
- slug: autocomplete-react-countries-whitelist
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-react-countries-whitelist
name: Address autocomplete with countries whitelist
env:
- react
- slug: autocomplete-react-leaflet
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-react-leaflet
name: Address search on map with Leaflet
env:
- leaflet
- react
- slug: autocomplete-react-react-hook-form
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-react-react-hook-form
name: Auto-fill form with address autocomplete in React Hook Form
env:
- react
- slug: autocomplete-react-typescript
url: https://github.com/placekit/examples/tree/main/examples/autocomplete-react-typescript
name: Auto-fill form with address autocomplete
env:
- react
- typescript
- slug: client-js-algolia-autocomplete
url: https://github.com/placekit/examples/tree/main/examples/client-js-algolia-autocomplete
name: Custom address autocomplete with Algolia Autocomplete
env:
- vanilla
- slug: client-js-headlessui-react
url: https://github.com/placekit/examples/tree/main/examples/client-js-headlessui-react
name: Custom address autocomplete with HeadlessUI React
env:
- react
- slug: client-js-headlessui-vue
url: https://github.com/placekit/examples/tree/main/examples/client-js-headlessui-vue
name: Custom address autocomplete with HeadlessUI Vue
env:
- vue
- slug: client-js-node
url: https://github.com/placekit/examples/tree/main/examples/client-js-node
name: Simple address search request
env:
- node
- vanilla
- slug: client-js-node-esm
url: https://github.com/placekit/examples/tree/main/examples/client-js-node-esm
name: Simple address search request with ESM
env:
- node
- vanilla
- slug: client-js-node-express
url: https://github.com/placekit/examples/tree/main/examples/client-js-node-express
name: Address search Express API route
env:
- express
- node
- slug: client-js-node-typescript
url: https://github.com/placekit/examples/tree/main/examples/client-js-node-typescript
name: Simple address search request
env:
- node
- typescript