summaryrefslogtreecommitdiffstats
path: root/client/config/reactiveTabs.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/config/reactiveTabs.js')
-rw-r--r--client/config/reactiveTabs.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/config/reactiveTabs.js b/client/config/reactiveTabs.js
new file mode 100644
index 00000000..937057f7
--- /dev/null
+++ b/client/config/reactiveTabs.js
@@ -0,0 +1,5 @@
+// XXX Since Blaze doesn't have a clean high component API, component API are
+// also tweaky to use. I guess React would be a solution.
+ReactiveTabs.createInterface({
+ template: 'basicTabs'
+});