jquery-bootswatch

jQuery bootswatch theme selector.

Usage no npm install needed!

<script type="module">
  import jqueryBootswatch from 'https://cdn.skypack.dev/jquery-bootswatch';
</script>

README

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();