UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

15 lines (14 loc) 738 B
<div class="wrapper"> <div class="drag-container" [dragula]="'first-bag'"> <div>You can move these elements between these two containers</div> <div>Moving them anywhere else isn"t quite possible</div> <div>There"s also the possibility of moving elements around in the same container, changing their position</div> </div> <div class="drag-container" [dragula]="'first-bag'"> <div>This is the default use case. You only need to specify the containers you want to use</div> <div>More interactive use cases lie ahead</div> <div>Make sure to check out the <a href="https://github.com/bevacqua/dragula#readme">documentation on GitHub!</a> </div> </div> </div>