Widget Docs
Coverage MatrixDocumentationRelease LogLog InContact Us

Playoffs

us.season.ncaaf.playoffs displays a full bracket for the College Football Playoff.

This widget will display the playoff bracket for the active season by default.

Parameters

Name Type Description
props object properties
Name Type Argument Default Description
seasonId number optional Season ID. Has priority over year.
year number optional Selected year as friendly alternative to seasonId. It is the end year property of the selected playoffs season.
showHeaderTitle boolean optional true If false hides the header title.
showHeaderRounds boolean optional true If false hides the header rounds.
showTournamentSelector boolean optional true If false hides the tournament selector.
showYearSelector boolean optional true If false hides the year selector.
hideTeamLogos boolean optional If true hides the team logo.
onItemClick function optional Function/event handler. Emits uniqueTeamId on click or touch.
border boolean optional If true enables a border around the widget.

Examples

<div class="sr-widget" data-sr-widget="us.season.ncaaf.playoffs" data-sr-season-id="62063"></div></code>
<script type="application/javascript" src="https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader" data-sr-language="en_us" async></script>
<script>
    (function(a,b,c,d,e,f,g,h,i){a[e]||(i=a[e]=function(){(a[e].q=a[e].q||[]).push(arguments)},i.l=1*new Date,i.o=f,
    g=b.createElement(c),h=b.getElementsByTagName(c)[0],g.async=1,g.src=d,g.setAttribute("n",e),h.parentNode.insertBefore(g,h)
    )})(window,document,"script","https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader","SIR", {
        language: 'en_us'
    });
    SIR('addWidget', '#sr-widget', 'us.season.ncaaf.playoffs', {seasonId: 73689});
</script>
<div id="sr-widget"></div>