Skip to content

brewhk/crate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is work-in-progress

Usage

Add the package

meteor add brewhk:crate

On the client-side, specify the default options using Meteor.startup():

Meteor.startup(function () {
	Stevedore.defaultOptions = {
		collection: 'items'
	};
});

Add the {{crateAddItemButton}} within the context of the item