We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c3a0e commit 17daaffCopy full SHA for 17daaff
_examples/appointments.html
@@ -0,0 +1,27 @@
1
+---
2
+layout: socket_example
3
+title: Appointments booking example
4
+permalink: /examples/book-apts/
5
+description: An example of booking appointments in TutorCruncher using Socket.
6
7
+{% highlight html %}
8
+<div id="book-apts"></div>
9
+
10
+<script>
11
+ socket('{{ site.socket_key }}', {
12
+ router_mode: 'history',
13
+ element: '#book-apts',
14
+ mode: 'appointments'
15
+ });
16
+</script>
17
+{% endhighlight %}
18
19
20
21
22
23
24
25
26
27
0 commit comments