Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Renders a list of fixtures. Used for multiple endpoints




























































| Name | Description | Default | Control |
|---|---|---|---|
| data* | BracketFixtureProps[] | - | data : [ 0 : {...} 5 keys 1 : {...} 5 keys 2 : {...} 5 keys 3 : {...} 5 keys 4 : {...} 5 keys 5 : {...} 5 keys 6 : {...} 5 keys 7 : {...} 5 keys 8 : {...} 5 keys 9 : {...} 5 keys 10 : {...} 5 keys 11 : {...} 5 keys 12 : {...} 5 keys 13 : {...} 5 keys 14 : {...} 5 keys |
| size | union | - | |
| isLoading | boolean | - | |
| horizontal | boolean | - | |
| showEventTime | boolean | - | |
| showTeamSelection | boolean | - | |
| disabledTeamSelection | boolean | - | |
| showHeaders | boolean | - | |
| distance | union | - | |
| headerStyle | union | - | |
| showFinalWinner | boolean | - | |
| extraSpace | boolean | - | |
| predictionPoints | boolean | - | |
| showScores | boolean | - | |
| bronzeMatch | {
id?: number | null;
fixture_id?: number;
sport_id?: number | null;
league_id?: number | null;
season_id?: number | null;
stage_id?: number | null;
group_id?: number | null;
aggregate_id?: number | null;
round_id?: number | null;
state_id?: number | null;
venue_id?: number | null;
name?: string | null;
starting_at?: string | null;
result_info?: string | null;
leg?: string | null;
//details?: null;
length?: number | null;
placeholder?: boolean | null;
has_odds?: boolean | null;
starting_at_timestamp?: number | null;
participants?: ParticipantProps[] | null;
scores?: ScoresProps[] | null;
events?: PlayerEventsProps[] | null;
lineups?: LineupProps[] | null;
formations?: FormationProps[] | null;
venue?: VenueProps | null;
periods?: PeriodProps[] | null;
league?: LeagueProps | null;
season?: SeasonProps | null;
stage?: StageProps | null;
statistics?: FixtureStatisticsProps[] | null;
metadata?: fixtureMetadataProps[] | null;
aggregate?: fixtureAggregateProps | null;
element?: JSX.Element | null | undefined;
} | - | |
| highlightedStageId | number | - | |
| clickedEventItem | (id: number | undefined) => void | - | - |
| handleSelectTeam | (id: string, value: number) => void | - | - |




















































































































































































































































































































































































