Show Rounds Title
Hi,
First of all well done on this library, it's great! I was wondering if it's possible to add titles for the brackets and rounds as seen here:

Did you solve this? Im bit lost, i don't know how can i override custom styles
Hi @Juanancon, sorry for the late reply.
Unfortunately what you're looking for is not currently available in the library.
The match info feature http://www.aropupu.fi/bracket/#matches is closest but the information is not currently available when rendering the matches.
A very hacky way to do what you're looking for without modifying the library would be to iterate through all the elements with class match within the wrapper that has jQBracket class. That way you could modify the DOM and inject custom HTML (i.e. add <span>{`C${index + 1}`}</span> where index comes from iterating the elements). The matches are wrapped with round class in case that affects how you iterate.
I have extended the library to support this. @Juanancon, @kerstenc feel free to message me.
@teijo, Let me know if you want me to remove this comment.
I have extended the library to support this. @Juanancon, @kerstenc feel free to message me.
@teijo, Let me know if you want me to remove this comment.
I would also really like this functionlaity
hello everyone, i wanna to ;) @smartified @Juanancon @kerstenc
I have extended the library to support this. @Juanancon, @kerstenc feel free to message me.
@teijo, Let me know if you want me to remove this comment.
@lorenanderson-itrellis - would appreciate your help on this also. Thanks!
Hello , I'd like to have this solution. thank you @lorenanderson-itrellis
Hello! I'd like to have this solution too. Thank you very much @lorenanderson-itrellis
It would be nice with this modification. Can someone share the code for library extension?
Hello there! Does anyone have the ext code for this? Thanks in advance!
Hello, same for me ! Thanks
I have extended the library to support this. @Juanancon, @kerstenc feel free to message me.
@teijo, Let me know if you want me to remove this comment.
@lorenanderson-itrellis Could you share it?
Hi @lorenanderson-itrellis, I would really appreciate If you could share this solution with me. Thanks
can someone please share this feature or post the code or PR?