From cc397706856e7d6fd42b7622be4c5628e30384dd Mon Sep 17 00:00:00 2001 From: Lebedev Konstantin Date: Fri, 24 Jun 2016 15:05:09 +0300 Subject: [PATCH] * MOVED --- README.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 19b26ea..9f33ed9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,12 @@ Demo: http://rubaxa.github.io/Sortable/ * Supports drag handles *and selectable text* (better than voidberg's html5sortable) * Smart auto-scrolling * Built using native HTML5 drag and drop API - * Supports [Meteor](https://github.com/SortableJS/meteor), [AngularJS](#ng), [React](#react), [Knockout](https://github.com/SortableJS/knockout-sortablejs) and [Polymer](#polymer) + * Supports + * [Meteor](https://github.com/SortableJS/meteor) + * [AngularJS](#ng) + * [React](#react) + * [Knockout](https://github.com/SortableJS/knockout-sortablejs) + * [Polymer](https://github.com/SortableJS/polymer-sortablejs) * Supports any CSS library, e.g. [Bootstrap](#bs) * Simple API * [CDN](#cdn) @@ -503,19 +508,6 @@ export class SortableExampleEsnext extends React.Component { --- - -### Support Polymer -```html - - - - - - -``` - ### Method