Themes

To use a builtin theme, you must include the theme style sheet, and add the class name to the table to match:

<link rel="stylesheet" href="sortable-theme-light.css" />
<table class="sortable-theme-light" data-sortable>
    <!-- ... -->
</table>

At the moment, there are 6 themes:

Theme Class name
1Minimal(No class name necessary)Preview
2Lightsortable-theme-lightPreview
3Darksortable-theme-darkPreview
4Bootstrapsortable-bootstrapPreview
5Slicksortable-theme-slickPreview
6Findersortable-theme-finderPreview

You can download a release (containing all 6 themes) here. Or you can download them individually here.