Riccardo Tartaglia 🦄
p/riccardo-tartaglia
Fullstack Dev
Riccardo Tartaglia

jKanban — Javascript plugin for Kanban Boards

Featured
7
•

jKanban is a Javascript plugin that allow you to create and manage Kanban Board or to-do lists in your project!

It's easy to use and highly customizable.

Add a comment

Replies
Best
Ingo Radatz
When someone writes "Vanilla Javascript", it is common sense that it has no dependencies. But jKanban depends on Dragula.js (the best drag/drop lib out there!).
Riccardo Tartaglia
@llabball Thanks for the clarification. For "Vanilla" I wanted to suggest the use of "pure" Javascript. I will modify the product description :)
James Welch
this is great.
Riccardo Tartaglia
@jwelch Thanks!
Leland Long
I have been trying to alter the various paddings and colors for our needs. So far so good, but I have one value that has me stumped: the vertical spacing/padding between columns/boards. It seems to adjust as the window width changes, but our solution has 7 columns so I need to remove more whitespace from between them. Suggestions?
Riccardo Tartaglia
@leland_long if you want help try to open an issue on GitHub :)
Leland Long
I believe I found the trick. Had to turn "responivePercentage" to false so that gutter and widthBoard would be applicable.