We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818da89 commit 852212fCopy full SHA for 852212f
README.md
@@ -170,7 +170,9 @@ This is the container component that encapsulates the lanes and cards
170
| laneStyle | object | CSS style for every lanes |
171
| tagStyle | object | If cards have tags, use this prop to modify their style |
172
| cardDragClass | string | CSS class to be applied to Card when being dragged |
173
+| cardDropClass | string | CSS class to be applied to Card when being dropped |
174
| laneDragClass | string | CSS class to be applied to Lane when being dragged |
175
+| laneDropClass | string | CSS class to be applied to Lane when being dropped |
176
| components | object | Map of customised components. [List](src/components/index.js) of available. |
177
178
0 commit comments