Skip to content

Instantly share code, notes, and snippets.

@jacobparis
Created July 2, 2019 04:36
Show Gist options
  • Save jacobparis/ca71960f733e532209082013cf53b8c0 to your computer and use it in GitHub Desktop.
Save jacobparis/ca71960f733e532209082013cf53b8c0 to your computer and use it in GitHub Desktop.
import React from "react";
export function Product(props) {
return (
<div>
<span>$3.99</span>
<p>Widget</p>
<p>Shiny and Strong</p>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment