<tournament-list>
bitballs/components/tournament/list
{Module}
Provides links to the existing tournaments. Enables logged in admin users to create and destroy tournaments.
<tournament-list {is-admin}/>
Renders a list of tournaments.
Parameters
-
is-admin
{Boolean}
Configures whether or not admin specific features are enabled.
To create a
<tournament-list>
element pass a boolean like bitballs/app.prototype.isAdmin:Example