Sort DOM elements
npm install sort
$ component install component/sort
Sort element ascending with the given callback function.
Alias of sort(el, fn)
sort(el, fn)
Sort descending, inverting the fn() return value.
fn()
``html Tobi Jane Abby Loki Simon Manny Luna
html Tobi Jane Abby Loki Simon Manny Luna
Sort ascendingSort descending
``
MIT