Skip to content

Instantly share code, notes, and snippets.

@Kristian-Roopnarine
Created February 17, 2020 19:46
Show Gist options
  • Save Kristian-Roopnarine/84b0d80460ec193bcfc2fea011976471 to your computer and use it in GitHub Desktop.
Save Kristian-Roopnarine/84b0d80460ec193bcfc2fea011976471 to your computer and use it in GitHub Desktop.
const Projects = () => {
return (
<>
<h2>Project Component</h2>
<div className="ui three cards">
<ProjectCard />
<ProjectCard />
<ProjectCard />
<ProjectCard />
<ProjectCard />
<ProjectCard />
</div>
</>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment