-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
388 lines (383 loc) · 16.9 KB
/
index.html
File metadata and controls
388 lines (383 loc) · 16.9 KB
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#2196F3">
<title>Reactive Maps - Appbase.io</title>
<link href="website/dist/css/vendor.min.css" type="text/css" rel="stylesheet">
<link href="website/dist/css/style.min.css" type="text/css" rel="stylesheet">
</head>
<body id="home">
<!-- top section START -->
<section id="top" class="container-fluid">
<!-- Navigation START -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src="website/assets/images/reactive-logo.png" alt="Icon" />
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="manual/">Manual <span class="sr-only">(current)</span></a></li>
<li><a href="playground/">Playground</a></li>
<li><a href="examples/">Examples</a></li>
<li><a href="https://github.com/appbaseio/reactivemaps">Github</a></li>
</ul>
</div>
</div>
</nav>
<!-- Navigation END -->
<div class="container">
<div class="row flex-box">
<div class="col-xs-12 col-sm-5 flex-center">
<div class="landing-content landing-section">
<h1 class="website-title m-b-2">Reactive Maps</h1>
<div class="description">
<p>
A realtime components library for building <strong>reactive</strong> UIs.
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-7 flex-center landing-section">
<img width="100%" src="website/assets/images/landing.gif" alt="Reactive Maps">
</div>
</div>
<div class="row text-center landing-section last-section">
<div class="install-row m-b-2">
<a href="onboarding/" class="btn theme-btn">Interactive Tutorial</a>
or
<a href="manual/v1.0.0/getting-started/Installation.html" class="btn theme-btn">Install - 1.0.0</a>
</div>
<div class="star-frame">
<iframe src="https://ghbtns.com/github-btn.html?user=appbaseio&repo=reactivemaps&type=star&count=true&size=large" frameBorder="0" scrolling="0" width="160px" height="30px"></iframe>
</div>
</div>
</div>
</section>
<!-- top section END -->
<!-- features section START -->
<section id="features" class="container-fluid">
<div class="container">
<div class="row text-center">
<!-- feature START -->
<div class="col-xs-12 col-sm-4 feature">
<div class="img-container">
<img src="website/assets/images/Icons/RM_icon_1.svg" class="img-responsive" alt="Icon" />
</div>
<div>
<p class="description">
Components for everything.
<p class="inner-description">
Build data driven lists, dropdowns, sliders, buttons, searchboxes, calendars, feeds and maps.
</p>
</p>
</div>
</div>
<!-- feature END -->
<!-- feature START -->
<div class="col-xs-12 col-sm-4 feature">
<div class="img-container">
<img src="website/assets/images/Icons/RM_icon_2.svg" class="img-responsive" alt="Icon" />
</div>
<div>
<p class="description">
Chain components reactively.
<p class="inner-description">
A declarative syntax for reactively chaining components. Optionally, subscribe to data updates in realtime.
</p>
</p>
</div>
</div>
<!-- feature END -->
<!-- feature START -->
<div class="col-xs-12 col-sm-4 feature">
<div class="img-container">
<img src="website/assets/images/Icons/RM_icon_3.svg" class="img-responsive" alt="Icon" />
</div>
<div>
<p class="description">
Works with your CSS tooling.
<p class="inner-description">
Introduces minimum styling, each component adheres to a simple and consistent CSS API. Comes with <a href="manual/v1.0.0/advanced/Theming.html">light and dark themes</a>.
</p>
</p>
</div>
</div>
<!-- feature END -->
</div>
</div>
</section>
<!-- features section END -->
<!-- choose a map section START -->
<section id="ui-components" class="container-fluid">
<div class="container">
<div class="row text-center m-b-2">
<div class="section-head col-xs-12 col-sm-8 col-sm-offset-2 text-center">
<h2 class="title">
UI Components
</h2>
<p class="description">
Choose from all these components and more.
</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-6 col-sm-3">
<a href="manual/v1.0.0/components/DataSearch.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-34.png" alt="ReactiveMap UI Component">
</a>
<a href="manual/v1.0.0/components/SingleList.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-35.png" alt="ReactiveMap UI Component">
</a>
<a href="manual/v1.0.0/components/DatePicker.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-36.png" alt="ReactiveMap UI Component">
</a>
</div>
<div class="col-xs-6 col-sm-6">
<a href="manual/v1.0.0/map-components/ReactiveMap.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-46.png" alt="ReactiveMap UI Component">
</a>
<div class="small">
<a href="manual/v1.0.0/map-components/ReactiveMap.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-37.png" alt="ReactiveMap UI Component">
</a>
<a href="manual/v1.0.0/map-components/ReactiveMap.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-38.png" alt="ReactiveMap UI Component">
</a>
<a href="manual/v1.0.0/map-components/ReactiveMap.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-39.png" alt="ReactiveMap UI Component">
</a>
</div>
<a href="manual/v1.0.0/components/RangeSlider.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-40.png" alt="ReactiveMap UI Component">
</a>
<a href="manual/v1.0.0/components/ToggleButton.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-41.png" alt="ReactiveMap UI Component">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="manual/v1.0.0/map-components/ReactiveMap.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-45.png" alt="ReactiveMap UI Component">
</a>
<a href="manual/v1.0.0/map-components/ReactiveMap.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-44.png" alt="ReactiveMap UI Component">
</a>
<a href="manual/v1.0.0/map-components/ReactiveMap.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-43.png" alt="ReactiveMap UI Component">
</a>
<a href="manual/v1.0.0/map-components/GeoDistanceDropdown.html" target="_blank">
<img src="website/assets/images/ui/UI_icon-42.png" alt="ReactiveMap UI Component">
</a>
</div>
</div>
</div>
</section>
<!-- choose map section END -->
<!-- use cases section START -->
<section id="use-cases" class="container-fluid">
<div class="container">
<div class="row text-center">
<div class="section-head col-xs-12 col-sm-8 col-md-6 col-md-offset-3 col-sm-offset-2 text-center">
<h2 class="title">
See it in Action
</h2>
<p class="description">
</p>
</div>
</div>
<div class="row tab-container">
<!-- Tab panes -->
<div class="tab-content clearfix">
<!-- meetup start -->
<div role="tabpanel" class="tab-pane fade active in" id="meetup">
<div class="row demo-container-block">
<div class="img-container tab-img col-xs-12 col-sm-7">
<img src="website/assets/images/Use-Cases/meetupblast.png" alt="image" class="img-responsive" />
</div>
<div class="col-xs-12 col-sm-5 tab-text">
<h2 class="title">
Meetup RSVPs
</h2>
<p class="description">
A display of meetup RSVPs filtered by city and topics. Show RSVP data in a popover when clicked on a marker.</p>
<p class="description">It uses <a href="manual/v1.0.0/components/SingleList.html">SingleList</a>, <a href="manual/v1.0.0/components/MultiList.html">MultiList</a> and <a href="manual/v1.0.0/map-components/ReactiveMap.html">ReactiveMap</a> components.
</p>
<a href="https://opensource.appbase.io/reactivemaps/examples/meetupblast" target="_blank">Demo</a>
<span class="fa fa-angle-right"></span>
<a href="https://github.com/appbaseio/reactivemaps/blob/dev/examples/meetupblast/main.js" target="_blank">Code</a>
</div>
</div>
</div>
<!-- meetup end -->
<!-- earthquake start -->
<div role="tabpanel" class="tab-pane fade in" id="earthquake">
<div class="row demo-container-block">
<div class="img-container tab-img col-xs-12 col-sm-7">
<img src="website/assets/images/Use-Cases/earthquake.png" alt="image" class="img-responsive" />
</div>
<div class="col-xs-12 col-sm-5 tab-text">
<h2 class="title">
EarthQuake data from year 1900
</h2>
<p class="description">
A display of historical earthquake data across the globe filtered by places, magnitude and year.</p>
<p class="description">
It uses <a href="manual/v1.0.0/components/MultiList.html">MultiList</a>, <a href="manual/v1.0.0/components/RangeSlider.html">RangeSlider</a> and <a href="manual/v1.0.0/map-components/ReactiveMap.html">ReactiveMap</a> components.
</p>
<a href="https://opensource.appbase.io/reactivemaps/examples/earthquake" target="_blank">Demo</a>
<span class="fa fa-angle-right"></span>
<a href="https://github.com/appbaseio/reactivemaps/blob/dev/examples/earthquake/main.js" target="_blank">Code</a>
</div>
</div>
</div>
<!-- earthquake end -->
<!-- weather start -->
<div role="tabpanel" class="tab-pane fade in" id="weather">
<div class="row demo-container-block">
<div class="img-container tab-img col-xs-12 col-sm-7">
<img src="website/assets/images/Use-Cases/weather.png" alt="image" class="img-responsive" />
</div>
<div class="col-xs-12 col-sm-5 tab-text">
<h2 class="title">
Live Weather Visualization
</h2>
<p class="description">
Weather data is fetched from openweathermap.org and stored in an appbase.io app. In this example, we run a GeoBoundingBox query using the boundary of the maps to fetch all such locations indexed in the app.</p>
<p class="decription">
It uses the <a href="manual/v1.0.0/map-components/ReactiveMap.html">ReactiveMap</a> component.
</p>
<a href="https://opensource.appbase.io/reactivemaps/examples/weather" target="_blank">Demo</a>
<span class="fa fa-angle-right"></span>
<a href="https://github.com/appbaseio/reactivemaps/blob/dev/examples/weather/main.js" target="_blank">Code</a>
</div>
</div>
</div>
<!-- weather end -->
<!-- now start -->
<div role="tabpanel" class="tab-pane fade in" id="now">
<div class="row demo-container-block">
<div class="img-container tab-img col-xs-12 col-sm-7">
<img src="website/assets/images/Use-Cases/now.png" alt="image" class="img-responsive" />
</div>
<div class="col-xs-12 col-sm-5 tab-text">
<h2 class="title">
Foursquare checkins
</h2>
<p class="description">
A display of Foursquare checkins filtered by city and categories. The example uses dynamic markers depending on the type of category. It also displays the checkin info on click in a popover.
</p>
<p>
It uses <a href="manual/v1.0.0/components/SingleList.html">SingleList</a>, <a href="manual/v1.0.0/components/MultiList.html">MultiList</a> and <a href="manual/v1.0.0/map-components/ReactiveMap.html">ReactiveMap</a> components.
</p>
<a href="https://opensource.appbase.io/reactivemaps/examples/now" target="_blank">Demo</a>
<span class="fa fa-angle-right"></span>
<a href="https://github.com/appbaseio/reactivemaps/blob/dev/examples/now/main.js" target="_blank">Code</a>
</div>
</div>
</div>
<!-- now end -->
<!-- directions start -->
<div role="tabpanel" class="tab-pane fade in" id="directions">
<div class="row demo-container-block">
<div class="img-container tab-img col-xs-12 col-sm-7">
<img src="website/assets/images/Use-Cases/directions.png" alt="image" class="img-responsive" />
</div>
<div class="col-xs-12 col-sm-5 tab-text">
<h2 class="title">
Directions A->B
</h2>
<p class="description">
A direction navigation example between two places A and B. Places are searchable via a full-text search box.</p>
<p class="description">It uses two <a href="manual/v1.0.0/map-components/PlacesSearch.html">PlacesSearch</a> and one<a href="manual/v1.0.0/map-components/ReactiveMap.html">ReactiveMap</a> components.
</p>
<a href="https://opensource.appbase.io/reactivemaps/examples/direction" target="_blank">Demo</a>
<span class="fa fa-angle-right"></span>
<a href="https://github.com/appbaseio/reactivemaps/blob/dev/examples/direction/main.js" target="_blank">Code</a>
</div>
</div>
</div>
<!-- directions end -->
<!-- heatmap start -->
<div role="tabpanel" class="tab-pane fade in" id="heatmap">
<div class="row demo-container-block">
<div class="img-container tab-img col-xs-12 col-sm-7">
<img src="website/assets/images/Use-Cases/heatmap.png" alt="image" class="img-responsive" />
</div>
<div class="col-xs-12 col-sm-5 tab-text">
<h2 class="title">
Heatmap for Surge Price
</h2>
<p class="description">
A heatmap view based on a simulation of frequent events, e.g. calculating the surge price in a neighborhood or city for an on-demand delivery service. It divides the area into a grid and creates a realtime GeoBoundingBox query for each cell, the frequency then visualized with a shade of color added to the cell area.</p>
<p class="description">
It uses the <a href="manual/v1.0.0/map-components/ReactiveMap.html">ReactiveMap</a> component and applies a customQuery and renders a polygon layer on the <strong>onData</strong> event.
</p>
<a href="https://opensource.appbase.io/reactivemaps/examples/heatmap" target="_blank">Demo</a>
<span class="fa fa-angle-right"></span>
<a href="https://github.com/appbaseio/reactivemaps/blob/dev/examples/heatmap/main.js" target="_blank">Code</a>
</div>
</div>
</div>
<!-- heatmap end -->
</div>
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active col-xs-12 col-sm-2 text-center">
<a href="#meetup" aria-controls="meetup" role="tab" data-toggle="tab">Meetup RSVPs</a>
</li>
<li role="presentation" class=" col-xs-12 col-sm-2 text-center">
<a href="#earthquake" aria-controls="earthquake" role="tab" data-toggle="tab">Earthquake Data</a>
</li>
<li role="presentation" class="col-xs-12 col-sm-2 text-center">
<a href="#weather" aria-controls="weather" role="tab" data-toggle="tab">Weather Viz</a>
</li>
<li role="presentation" class=" col-xs-12 col-sm-2 text-center">
<a href="#now" aria-controls="now" role="tab" data-toggle="tab">Checkins Discovery</a>
</li>
<li role="presentation" class=" col-xs-12 col-sm-2 text-center">
<a href="#directions" aria-controls="directions" role="tab" data-toggle="tab">Directions A->B</a>
</li>
<li role="presentation" class=" col-xs-12 col-sm-2 text-center">
<a href="#heatmap" aria-controls="heatmap" role="tab" data-toggle="tab">Heatmap</a>
</li>
</ul>
</div>
<div class="row text-center m-t-4">
<div class="col-xs-12">
<a class="btn theme-btn" href="onboarding/">
Try it out now
</a>
</div>
</div>
</div>
</section>
<!-- use cases section END -->
<!-- footer section END -->
<footer class="container-fluid">
<div class="row">
<div class="col-xs-12">
<ul class="nav navbar-nav navbar-left">
<li><a href="manual/">Read the Manual</a></li>
<li><a href="playground/" target="_blank">Component Playground</a></li>
</ul>
<a href="https://appbase.io" class="pull-right footer-link" target="_blank">
Made with <i class="fa fa-heart"></i> by appbase.io
</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="website/dist/js/vendor.min.js"></script>
<script src="website/assets/js/app.js"></script>
</body>
</html>