ProjectCard

fun ProjectCard(viewModel: ProjectsScreenViewModel, modifier: Modifier, project: Project)

Custom Card to display a project item

Parameters

viewModel

The support viewmodel for the screen

modifier

The modifier to apply to the Card

project

The project to display