Relative Content

Tag Archive for react-nativenext.jsdrag-and-drop

How to move items between columns. DND. @hello-pangea/dnd

<DragDropContext onDragEnd={handleDragEnd} > {/* Backlog */} <Droppable droppableId=”Backlog”> {(provided) => ( <div {…provided.droppableProps} ref={provided.innerRef} className=’flex flex-col align-middle w-full items-center’> <div className=’flex flex-col align-middle w-full items-center’> <div className=’flex flex-col justify-center align-middle w-[164px] h-[100px] items-center’> <button className=” shadow-gray-300 h-[42px] shadow-md text-black border-0 text-base w-full font-semibold pl-5 rounded-lg items-center flex justify-between bg-white hover:bg-blue-200 hover:text-blue-600″ onClick={() => { setOpenModal(true) […]