Skip to content

Commit

Permalink
Updated TeamMemberCard docs to give a accurate summary of the component.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigh393 committed Feb 8, 2021
1 parent 02ab740 commit ad09aca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/TeamMemberCard/TeamMemberCard.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
The ItemTable is the primary view for webqueue2. It displays item metadata for items of selected queues and allows for filtering by field and opening an item by clicking. By default, it is pre-configured to fetch data from the webqueue2 API.
The TeamMemberCard is used to give a quick summary on people that have worked on webqueue2. It displays a image of the team member, the person's first and last name, a brief professional summary, and a link to their personal portfolio(if applicable).

If no image is provided the profile image is replaced with the first initial of the team memebers first name.

```jsx
import React, { useState } from "react";
Expand Down

0 comments on commit ad09aca

Please sign in to comment.