Link Search Menu Expand Document

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'));

Table of contents