diff --git a/README.md b/README.md index 6a08577..dad6e99 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Demo: http://rubaxa.github.io/Sortable/ * Animation moving items when sorting (css animation) * Supports drag handles *and selectable text* (better than voidberg's html5sortable) * Built using native HTML5 drag and drop API - * Support [AngularJS](#ng) + * Supports [AngularJS](#ng) and and any CSS library, e.g. [Bootstrap](#bs) * Simple API * No jQuery @@ -243,6 +243,36 @@ Sortable.create(el, { ``` +--- + + + +### Bootstrap +Demo: http://jsbin.com/luxero/1/edit + +```html + + + + + + + + + +