rcdexta / react-trello

Pluggable components to add a kanban board to your application
https://rcdexta.com/react-trello/
MIT License
2.19k stars 480 forks source link

Customize lane design? #450

Open qenibas opened 3 years ago

qenibas commented 3 years ago

Hey, I'm a bit confused if it's possible to make your own lane-design. Looked at the documentation, but didn't get lucky.

Any hints or examples would be great!

KaiSpencer commented 2 years ago

Examples of lane customisation:

You can override the lane components via dependency injection see https://github.com/rcdexta/react-trello#3-completely-customize-the-look-and-feel-by-using-components-dependency-injection

Header:

Storybook: http://localhost:9002/?path=/story/custom-components--laneheader Implementation: https://github.com/rcdexta/react-trello/blob/master/stories/CustomLaneHeader.story.js

Footer:

Storybook: http://localhost:9002/?path=/story/custom-components--lanefooter Implementation: https://github.com/rcdexta/react-trello/blob/master/stories/CustomLaneFooter.story.js