Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 630 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 630 Bytes

Bootstrap 3 Switch - Meteor Smart Package

This is a the bootstrap switch jquery plugin as a meteor smart package, specifically for use with bootstrap3

It is basically Tim Heckels meteor-bootstrap-switch but packages with the bootstrap3 files

##How to use?

  1. Install meteorite
  2. mrt add bootstrap-3-switch

Unlike the original documentation, you must invoke the switches in your appropriate Template.name.rendered callback:

$('.make-switch').bootstrapSwitch();