Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rapsacnz authored Sep 14, 2017
1 parent 6e05720 commit 07cb9a7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ A new version of the MultiColumnSelect. Looks the same. Way better.
The structure of the component is more modular - The main `DualSelect` component is made up of two `OrderedList` components which handle all the dragging, dropping moving via events (I've done this via appliation events but am thinking of moving to component events - it does add a dependency on the parent `DualSelect` component, but I suppose there is a pretty heavy depency anyway... :)

What it looks like:
[![DualSelect gif][1]][1]

Let me know if you find any bugs.


[1]: https://imgur.com/g36y8If.gif
[![DualSelect gif][1]][1]

To use, look at the DualSelect app. Eg:

Expand Down Expand Up @@ -59,3 +55,5 @@ Remove:
<aura:handler name="init" value="{!this}" action="{!c.doInit}" />

Enjoy!

[1]: https://imgur.com/g36y8If.gif

0 comments on commit 07cb9a7

Please sign in to comment.