Sortable

Simple sortable

Favorite drinks
  • {{item}}
My prefences:
{{i + 1}}) {{item}}

Multi list sortable

Available boxers
  • {{item}}
First Team
  • {{item}}
Second Team
  • {{item}}

Drag-and-Drop - Shopping basket

Available products
{{product.name}} - ${{product.cost}}
(available: {{product.quantity}})
{{product.name}}
(NOT available)
Shopping Basket

(to pay: ${{ totalCost() }})

Drag some items here..

{{product.name}}
(ordered: {{product.quantity}}
cost: ${{product.cost * product.quantity}})