Skip to content

Commit d3da37f

Browse files
tatosjbrcdexta
authored andcommitted
Add addLaneTitle property to README.md
1 parent a21a471 commit d3da37f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ This is the container component that encapsulates the lanes and cards
9494
| collapsibleLanes | boolean | Make the lanes with cards collapsible. Default: false |
9595
| editable | boolean | Makes the entire board editable. Allow cards to be added or deleted Default: false |
9696
| canAddLanes | boolean | Allows new lanes to be added to the board. Default: false |
97+
| addLaneTitle | string | Changes add lane button description. Default: false |
9798
| handleDragStart | function | Callback function triggered when card drag is started: `handleDragStart(cardId, laneId)` |
9899
| handleDragEnd | function | Callback function triggered when card drag ends: `handleDragEnd(cardId, sourceLaneId, targetLaneId, position, cardDetails)` |
99100
| handleLaneDragStart | function | Callback function triggered when lane drag is started: `handleLaneDragStart(laneId)` |

0 commit comments

Comments
 (0)