You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple library to display tournament brackets (round-robin, single elimination, double elimination)
8
+
A simple library to display tournament brackets (round-robin, single elimination, double elimination).
9
9
10
10
It contains all the logic needed to display tournaments.
11
11
@@ -17,7 +17,7 @@ It contains all the logic needed to display tournaments.
17
17
- Themes supported, with CSS variables (see [`./demo/themes`](/demo/themes))
18
18
- Display participant images next to their name ([example](https://github.com/Drarig29/brackets-viewer.js/blob/668aae1ed9db41ab21665459635cd6b71cad247c/demo/with-api.html#L34-L38))
19
19
- Do actions when a match is clicked ([example](https://github.com/Drarig29/brackets-viewer.js/blob/ed31fc4fc43336d3543411f802a8b1d9d592d467/demo/with-api.html#L53), [feature request](https://github.com/Drarig29/brackets-viewer.js/discussions/80))
20
-
- Custom round names: do you want to say "Semi Finals" instead of "Round 2"? ([example](https://github.com/Drarig29/brackets-viewer.js/blob/ed31fc4fc43336d3543411f802a8b1d9d592d467/demo/with-api.html#L46-L52), [feature request](https://github.com/Drarig29/brackets-viewer.js/discussions/93))
20
+
- Custom round names: do you want to say "Semi Finals" instead of "Round 2"? ([example](https://github.com/Drarig29/brackets-viewer.js/blob/e548e5ac8369d2a692366718c04b24b32190866c/demo/with-api.html#L46-L59), [feature request](https://github.com/Drarig29/brackets-viewer.js/discussions/93))
0 commit comments