react-trello icon indicating copy to clipboard operation
react-trello copied to clipboard

Pluggable components to add a kanban board to your application

Results 129 react-trello issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** In Rtl direction lane drag has problem.

enhancement

**Difficult to scroll horizontally when there are a lot of lanes** In complex applications, we often have a large number of lanes, and sometimes it's error-prone that we drag and...

**Pin lanes to the left-hand side** When there are a large number of panes on the board, it tends to get difficult to drag and drop from one lane to...

I tried to use react modal as you suggested in one of previous issues, but with no result. My question is can I dynamically change id of data-target in modal...

**Describe the bug** We have created a custom card component that is being passed into the` ` like so: ``` return ( setIsDragging(true)} handleDragEnd={handleDragEnd} components={{ ScrollableLane, LaneHeader: () => null,...

can we customize the 'Add new lane' button, i.e change color, text etc?

whenever I add a new lane and create a task, I want to add tasks to localStorage. Is it possible? How can I achieve it?

I need to disable lane dragging for PARTICULAR LANE, not for the entire lane, while still allowing for cards to be dragged between lanes. We can add an option like...

**Describe the bug** Lane Menu is duplicated when lane is dragged while menu is open. Upon dropping the lane, I got this error: `NotFoundError: Failed to execute 'removeChild' on 'Node':...

**Describe the bug** Hi im using your component to display a board from an API, this API use Github API to get the board data. So i can display columns...