ProjectPerformanceCard
fun ProjectPerformanceCard(modifier: Modifier = Modifier, project: ProjectPerformanceStats, isTheBest: Boolean)
Card to display the performance of a project
Parameters
modifier
The modifier to apply to the component
project
The stats about the performance of the project
isTheBest
Whether the project is the best in terms of performance