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 07cb9a7 commit b3bcadf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# DualSelect
A new version of the MultiColumnSelect. Looks the same. Way better.

<a href="https://githubsfdeploy.herokuapp.com?owner=rapsacnz&repo=DualSelect&ref=master">
<img alt="Deploy to Salesforce"
src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png">
</a>

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]


To use, look at the DualSelect app. Eg:

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

0 comments on commit b3bcadf

Please sign in to comment.