File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A simple library to display tournament brackets (round-robin, single elimination, double elimination)
4
4
5
- [ ![ npm ] ( https://img.shields.io/npm/v/brackets-viewer.svg )] ( https://www.npmjs.com/package/brackets-viewer )
5
+ It contains all the logic needed to display tournaments.
6
6
7
+ [ ![ npm] ( https://img.shields.io/npm/v/brackets-viewer.svg )] ( https://www.npmjs.com/package/brackets-viewer )
7
8
8
9
## How to use?
9
10
@@ -47,3 +48,12 @@ Build with webpack:
47
48
` ` ` bash
48
49
npm run build
49
50
` ` `
51
+
52
+ # # Credits
53
+
54
+ This library has been created to be used by the [Nantarena](https://nantarena.net/).
55
+
56
+ It has been inspired by:
57
+
58
+ - [Toornament](https://www.toornament.com/en_US/) (design inspiration)
59
+ - [Responsive Tournament Bracket](https://codepen.io/jimmyhayek/full/yJkdEB) (connection between matches in plain CSS)
You can’t perform that action at this time.
0 commit comments