# vue-tournament-bracket Vue component for rendering single elimination tournament brackets. Compatible with Vue 3. For Vue 2 support install 2.* version of the package. Based on: [https://codepen.io/sdudnyk/pen/bWbqMb](https://codepen.io/sdudnyk/pen/bWbqMb). Rendering is based on **flex**, see [browser support](https://caniuse.com/#feat=flexbox). ![Example](https://github.com/kamilwylegala/vue-tournament-bracket/raw/master/docs/example.png) Real life example can be found here: [martialmatch.com](https://martialmatch.com/). ## Installation and component usage Install component via: ``` npm install vue-tournament-bracket ``` Example: ```html