Skip to content

Commit fe777fe

Browse files
vspedrrcdexta
authored andcommitted
Fix "customCardLayout" prop type in README.md
1 parent 8e61556 commit fe777fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This is the container component that encapsulates the lanes and cards
112112
| eventBusHandle | function | This is a special function that providers a publishHook to pass new events to the board. See details in Publish Events section |
113113
| onDataChange | function | Called everytime the data changes due to user interaction or event bus: `onDataChange(newData)` |
114114
| style | object | Pass css style props to board container |
115-
| customCardLayout | function | Boolean to indicate a custom card template will be specified. Add the card component as child to Board |
115+
| customCardLayout | boolean | Boolean to indicate a custom card template will be specified. Add the card component as child to Board |
116116
| customLaneHeader | element | Pass custom lane header as react component to modify appearance |
117117
| data | object | Actual board data in the form of json |
118118
| tagStyle | object | If cards have tags, use this prop to modify their style |

0 commit comments

Comments
 (0)