Skip to content

Instantly share code, notes, and snippets.

@alejandrosobko
Last active November 19, 2018 15:21
Show Gist options
  • Save alejandrosobko/71385249cfc0df3750136f97d5f17ba7 to your computer and use it in GitHub Desktop.
Save alejandrosobko/71385249cfc0df3750136f97d5f17ba7 to your computer and use it in GitHub Desktop.
export default (props: IVerticalColumnProps) =>
<DroppableWrapper droppableId={props.column.id} className="source">
<DraggableListItems items={props.items} />
</DroppableWrapper>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment