Skip to content

sergeyt/jquery-bootswatch

Repository files navigation

Built with Grunt Build Status

Deps Status DevDeps Status

jquery-bootswatch

jQuery bootswatch themes switcher.

NPM version Bower version

NPM

Usage Example

<div class="btn-group">
	<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
		Themes <span class="caret"></span>
	</button>
	<ul class="dropdown-menu themes" role="menu"></ul>
</div>
$('.themes').bootswatch();