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 dbad439 commit e89dd0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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... :)

![DualSelect in Action](http://i.imgur.com/W303K.gif)

To use, look at the DualSelect app. Eg:

<aura:application access="global" extends="force:slds" >
Expand Down

0 comments on commit e89dd0a

Please sign in to comment.