blob: 5365c6d1399c2584101faaec443d5562cebdb773 (
plain)
1
2
3
4
|
// 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.
const template = 'basicTabs';
ReactiveTabs.createInterface({ template });
|