<tournament-list>

  • module
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

  1. 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:

<tournament-list
    {is-admin}="app.isAdmin" />

Example