blaze-tabs
blaze-tabs copied to clipboard
Reactive tabbed interfaces compatible with routing (Meteor).
When I try to use this package in another package it complains that it can't find "basicTabs". If I paste the "basicsTab" template in to the html of my package...
Hey @jonjamz, thanks for the awesome package! Does it support Flow Router? The documentation only mentions Iron Router. (I've recently began using React so needed to switch from IR to...
I am trying to group autoform fields into individual tabs but the data on an 'update' form is all blank. I am just using the basic tabs example. Here is...
This is going to be hastily reported, sorry in advance, let me know if you need more details. In my routes: ``` this.render("toptemplate",{data:{info1: "hi", info2: 7}}) ``` Template: ``` {{#dynamicTabs...