Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 548 Bytes

reorderable-repeat.md

File metadata and controls

33 lines (23 loc) · 548 Bytes
layout title nav_order permalink has_children
default
Get Started - Reorderable Repeat
3
/reorderable-repeat
true

Get Started - Reorderable Repeat

A customised Aurelia repeater that supports drag-and-drop reordering automatically.

Add to your Aurelia app

Install package

npm i bcx-aurelia-reorderable-repeat

Or

yarn add bcx-aurelia-reorderable-repeat

Load plugin

In you app main.js or main.ts file.

aurelia.use.plugin(PLATFORM.moduleName('bcx-aurelia-reorderable-repeat'));