All Projects → buttonwoodcx → bcx-aurelia-reorderable-repeat

buttonwoodcx / bcx-aurelia-reorderable-repeat

Licence: MIT License
An Aurelia repeater supports drag & drop reordering automatically.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to bcx-aurelia-reorderable-repeat

simple-page-ordering
Order your pages and other hierarchical post types with simple drag and drop right from the standard page list.
Stars: ✭ 88 (+340%)
Mutual labels:  reorder, reordering
aurelia-OfficeUIFabric
Office Fabric UI components for Aurelia
Stars: ✭ 18 (-10%)
Mutual labels:  aurelia
dnd
Beautiful and accessible drag and drop for lists with React.
Stars: ✭ 271 (+1255%)
Mutual labels:  reordering
aurelia-hoc-store
An Aurelia application showing the use of higher order components and a single state approach.
Stars: ✭ 20 (+0%)
Mutual labels:  aurelia
Aurelia-in-Action
Source code listings for Aurelia in Action
Stars: ✭ 19 (-5%)
Mutual labels:  aurelia
aurelia-hacker-news
A recreation of the Hacker News website written in TypeScript and built with Aurelia.
Stars: ✭ 60 (+200%)
Mutual labels:  aurelia
aurelia-knockout
Adds support for Knockout binding syntax to make transition from Durandal and Knockout to Aurelia simpler.
Stars: ✭ 22 (+10%)
Mutual labels:  aurelia
aurelia-datatable
A 100% aurelia based data table component.
Stars: ✭ 32 (+60%)
Mutual labels:  aurelia
tests-ionic2-and-aurelia-framework7
Test TODO applications to compare ionic2 and Aurelia + Framework7
Stars: ✭ 14 (-30%)
Mutual labels:  aurelia
aurelia-mdc-web
Aurelia wrapper for Material Design (Web) Components
Stars: ✭ 43 (+115%)
Mutual labels:  aurelia
aurelia-virtual-scroll
Aurelia Virtual Scroller
Stars: ✭ 15 (-25%)
Mutual labels:  aurelia
Aurelia-styleguide
Aurelia Style Guide: A starting point for Aurelia development teams to provide consistency through best practices. http://aurelia.io
Stars: ✭ 24 (+20%)
Mutual labels:  aurelia
aurelia-firebase
🔥 A Firebase plugin for Aurelia
Stars: ✭ 24 (+20%)
Mutual labels:  aurelia
aurelia-typescript-boilerplate
A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack by @w3tecch
Stars: ✭ 18 (-10%)
Mutual labels:  aurelia
openapiclientgen
Generate C# and TypeScript client codes from Open API / Swagger definitions
Stars: ✭ 31 (+55%)
Mutual labels:  aurelia
aurelia-mdc-bridge
Aurelia Mdc Bridge is a collection of wrappers for Material Design Components.
Stars: ✭ 19 (-5%)
Mutual labels:  aurelia
aurelia-cli-electron-app
A basic example of aurelia (cli) running in electron with vscode breakpoint debugging
Stars: ✭ 30 (+50%)
Mutual labels:  aurelia
aurelia-fontawesome
Font Awesome 5 Aurelia component
Stars: ✭ 15 (-25%)
Mutual labels:  aurelia
Compact-Unity-Events
UnityEvents drawer with collapsing, reordering and compact UX
Stars: ✭ 41 (+105%)
Mutual labels:  reordering
aurelia-async-binding
Aurelia async bindingbehavior to consume Observables and Promises
Stars: ✭ 19 (-5%)
Mutual labels:  aurelia

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].