Skip to content

Instantly share code, notes, and snippets.

@Kristian-Roopnarine
Created February 13, 2020 20:23
Show Gist options
  • Save Kristian-Roopnarine/a600fff9090d518c99de08a967b3eb25 to your computer and use it in GitHub Desktop.
Save Kristian-Roopnarine/a600fff9090d518c99de08a967b3eb25 to your computer and use it in GitHub Desktop.
const Skills = () => {
return (
<div className="ui three column grid">
<h2>Skills Component</h2>
<div className="row">
<div className="column">
<SkillsList skills = {frontend}/>
</div>
<div className="column" >
<SkillsList skills = {backend}/>
</div>
<div className="column">
<SkillsList skills = {gameDev}/>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment