Default

Function: default()

function default(props): Element

Defined in: src/components/leaderboard/podium-component.tsx:13

Podium component that displays the top three committees in the leaderboard. It shows the committee names and their respective points, along with podium emojis.

Parameters

props

The properties passed to the component.

className?

string = ''

Optional additional class names for styling.

leaderboard

object[]

The leaderboard data containing committee names and points.

Returns

Element

A JSX element that represents the podium display.