g-loot / react-tournament-brackets

React component library for displaying bracket leaderboards
https://sleepy-kare-d8538d.netlify.app/?path=/story/components-bracket--bracket
GNU Lesser General Public License v2.1
219 stars 69 forks source link

Is there a way to hide the path if there are no participant nodes at that point? #68

Open Diday opened 7 months ago

Diday commented 7 months ago

Is there a way to hide the path if there are no participant nodes at that point?

I realize that this bracket requires a perfect graph of 2^N participants, and I want to make my bracket more flexible and efficient like this:

Screen Shot 2024-01-25 at 14 46 25

Thank you,