react-brackets
react-brackets copied to clipboard
How to generate double elimination bracket
Could you please provide an example data to generate double elimination bracket. That would be really helpfull
I have seen the example data in the project. But the losers bracket does not come back and connect with winner brackets. It goes seperately. Is it like so?
I have seen the example data in the project. But the losers bracket does not come back and connect with winner brackets. It goes seperately. Is it like so?
Hello, yes it doesnt connect currently, Didn't think connecting was that big of a deal, usually some users tend to show winners of both in a 3rd module
But you can contribute to make it optional?
I can see what I can do about it as well
It would be nice to have the two brackets connect. Also FYI the example data is slightly outdated.
roundIdx
should be roundIndex
otherwise it'll spit an error.
https://github.com/mohux/react-brackets/blob/1f5abdd90ebc6d072aaa14226116c4443bfa52ab/example/src/components/double-elimination/losing-bracket.tsx#L9
I'm trying to generate a double elimination bracket like this: https://liquipedia.net/dota2/The_International/2019/Main_Event#Bracket is this possible?
Thanks a lot for the note, will update the lib soon to have a n optional connector match and will have better examples
I'm trying to generate a double elimination bracket like this: https://liquipedia.net/dota2/The_International/2019/Main_Event#Bracket is this possible?
Connecting the lower bracket with the winning bracket like this http://www.aropupu.fi/bracket/#big
Would be really nice
We kinda styled our own version of it and created a way to display a 3rd place match, and being able to seed manually with select input, or randomized version
I would say with some modifications I see suggested on the PR's, this library is amazing @mohux 👍
@humarkx can you share some example code on how you did that