bcx-aurelia-reorderable-repeat
TypeScript icon, indicating that this package has built-in type declarations

1.5.1 • Public • Published

bcx-aurelia-reorderable-repeat CI

An Aurelia repeater supports drag & drop reordering automatically.

https://buttonwoodcx.github.io/doc-bcx-aurelia-dnd/reorderable-repeat

Install Package

npm i bcx-aurelia-reorderable-repeat or yarn add bcx-aurelia-reorderable-repeat

Usage

In your main.js file

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

Simply use reorderable-repeat.for="item of items" in your view template. That's it!

Package Sidebar

Install

npm i bcx-aurelia-reorderable-repeat

Weekly Downloads

411

Version

1.5.1

License

MIT

Unpacked Size

541 kB

Total Files

195

Last publish

Collaborators

  • buttonwoodcx
  • huochunpeng