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 support for double-sided view? #55

Open AlyonaPianykh opened 1 year ago

AlyonaPianykh commented 1 year ago

Hello guys! Thank you for your work!

I have a question, does your library support the double-sided representation of the Single Elimination Bracket? Or maybe you could let me know how I can customize it?

Example of what I'm looking for:

Screen Shot 2023-05-13 at 1 52 02 AM
Shenato commented 1 year ago

Currently there's no support for that particular style of bracket visualization.

It's not currently on my maintenance roadmap to add new brackets I'm mostly trying to fix the issues raised here and improve what's already there before i work on new features, but there's nothing stopping anyone from opening a pull request with an proposed implementation for it if they want to. :+1:

areynold8686 commented 1 year ago

Came here to request this as well... A March Madness style looking bracket.

This component is awesome as is. Hats off to all who have contributed!