Kai Spencer
Kai Spencer
It would be best to create your own card component, copy the original card component and edit to suit your need.
Hi @mein-beer-hu, Is your app packaged with Vite? With vite I get this also, adding the following to my vite config fixes the issue for me. ``` export default defineConfig({...
@mein-beer-hu Can you confirm this works for you also, and if so close this issue?
> Facing same issue with Webpack 5 @karthik-hr Does [this](https://stackoverflow.com/a/41359607) link provide a solution to your issue?
Disabling the dragging functionality two parent components up the tree would be hard triggered from the InlineInput onMouseDown handler. Not ideal but its a bit easier to workaround double clicking...
There is no such package, but iv'e just released https://github.com/KaiSpencer/react-trello-ts Very early release, but I aim to maintain this full typescript rewrite of this react-trello
Hi @FabioSeixas Im not a maintainer, but smooth-dnd looks like the logic implementation for this. What issues were you having? Do you have a branch on your fork I could...
# 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
@dinhan92 From storybook, here is the example data for tags ```ts () => { const data = { lanes: [ { id: 'lane1', title: 'Planned Tasks', cards: [ { id:...
Hi @bernardimatheus, Ive raised a PR to address this issue. cc @rcdexta @dapi