Skip to content

Commit

Permalink
Update TeamMemberCard docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Sep 7, 2020
1 parent b4aac60 commit 91fc2a0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/TeamMemberCard/TeamMemberCard.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ import { Typography } from '@material-ui/core';
Mollit dolore dolore sunt ullamco ex esse ad incididunt elit qui non id voluptate dolor. Ullamco veniam minim quis eu consectetur fugiat ullamco qui anim sit dolor. Ullamco exercitation enim ut aliquip amet dolore aliquip do in occaecat nulla dolor laboris consequat.
</Typography>
</TeamMemberCard>
```


```jsx static
<TeamMemberCard
firstName="First"
lastName="Last"
websiteUrl="http://something.com/"
imageUrl="https://icatcare.org/app/uploads/2018/07/Thinking-of-getting-a-cat.png"
>
Some content here.
</TeamMemberCard>
```

0 comments on commit 91fc2a0

Please sign in to comment.