From 07cb9a7b479ecb4e0126c71c47e4ee6d206da477 Mon Sep 17 00:00:00 2001 From: Caspar Harmer Date: Fri, 15 Sep 2017 06:19:54 +1200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d5b27dd..14f908a 100644 --- a/README.md +++ b/README.md @@ -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: @@ -59,3 +55,5 @@ Remove: Enjoy! + +[1]: https://imgur.com/g36y8If.gif