Skip to content

Syone/selectize-bootswatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

selectize-bootswatch

Bootswatch skins for selectize

Provides CSS files ready to use for selectize.js (v0.12.2) with Bootswatch (v3.3.6) themes.

Usage

<!-- Include Bootstrap & Bootswatch as usual -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/cosmo/bootstrap.min.css" rel="stylesheet" />

<!-- Include Selectize js as usual -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.2/js/standalone/selectize.min.js"></script>

<!-- Include a Bootswatch-selectize css instead, choose one in the css folder corresponding to your selected bootswatch theme -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/selectize-bootswatch/1.0/selectize.cosmo.css" />

<!-- Create your selectize component as usual -->
<script>
$(function() {
	$('select').selectize(options);
});
</script>

CDN

Selectize-bootswatch CSS are hosted on jsDelivr

Demo

About

Bootswatch skins for selectize

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages