Skip to content

Instantly share code, notes, and snippets.

@kaineer
Created October 22, 2024 09:28
Show Gist options
  • Save kaineer/85c27bf7057277729dd9a11bd4eabb52 to your computer and use it in GitHub Desktop.
Save kaineer/85c27bf7057277729dd9a11bd4eabb52 to your computer and use it in GitHub Desktop.
return (
<Card className={ classes.card }
onClick={() => {
createTypedQuizRequest(type);
setLoading(isLoading);
}}
>
<h5 className={ classes.header }>{ title }</h5>
<p className={ classes.description }>{ description }</p>
</Card>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment