<div className="contacts">
<ContactCard
contact={{name: "Mr. Whiskerson" }} //the first curly makes the JSX context to JS the second say its an object.
name="Mr. Whiskerson"
imgUrl="http://placekitten.com/300/200"
phone="(212) 555-1234"
email="mr.whiskaz@catnap.meow"
/>
No comments:
Post a Comment