layout | title | nav_order | permalink | has_children |
---|---|---|---|---|
default |
Get Started - Reorderable Repeat |
3 |
/reorderable-repeat |
true |
A customised Aurelia repeater that supports drag-and-drop reordering automatically.
npm i bcx-aurelia-reorderable-repeat
Or
yarn add bcx-aurelia-reorderable-repeat
In you app main.js
or main.ts
file.
aurelia.use.plugin(PLATFORM.moduleName('bcx-aurelia-reorderable-repeat'));