Team Cards
The Team Cards components helps you to simply create beautiful cards for displaying your team members details.
Horizontal Team Card
Props Information
Name | Type | Default | Description |
---|---|---|---|
image* | string | Used to set the HorizontalTeamCard image. Its a required prop. | |
profile* | namelink | Used to set the HorizontalTeamCard profile details such as name, and profile link. | |
position* | labelcolor | Used to set the HorizontalTeamCard job title and its color. Its a required prop. | |
description* | string | Used to set the HorizontalTeamCard description. Its a required prop. |
Transparent Team Card
Pro
Props Information
Name | Type | Default | Description |
---|---|---|---|
image* | string | Used to set the HorizontalTeamCard image. Its a required prop. | |
name* | string | Used to set the TransparentTeamCard name. Its a required prop. | |
position* | string | Used to set the TransparentTeamCard position title. Its a required prop. | |
description* | string | Used to set the TransparentTeamCard description. Its a required prop. | |
socials | componentroute | Used to set the TransparentTeamCard social media icon and route. |