Skip to content

Instantly share code, notes, and snippets.

@ohansemmanuel
Created October 3, 2018 16:03
Show Gist options
  • Save ohansemmanuel/500ccd7ee28a2018452cfb7ea432c625 to your computer and use it in GitHub Desktop.
Save ohansemmanuel/500ccd7ee28a2018452cfb7ea432c625 to your computer and use it in GitHub Desktop.
...
const Description = ({ description }) => {
return (
<p>
<span className="faint">I am</span> a {description}
</p>
);
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment