You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each project can have the following properties: backgroundImage: The background image beneath the logo. logo: The logo title: The project name description: The project description collaborators: The list of people to show on the card.
The text was updated successfully, but these errors were encountered:
divyamrastogi
changed the title
Create a ProjectCard component based on Card Component
[Frontend] Create a ProjectCard component based on Card Component
May 9, 2018
I'm submitting a ...
Current behavior:
There's no
ProjectCard
component as of now.Expected behavior:
Make a
ProjectCard
Component that will compose on theCard
,SButton
andAvatar
It could be used like this:
Each
project
can have the following properties:backgroundImage
: The background image beneath the logo.logo
: The logotitle
: The project namedescription
: The project descriptioncollaborators
: The list of people to show on the card.Dependencies:
#49
#48
The text was updated successfully, but these errors were encountered: