Appearance
ProjectCard
File:
@views/Widgets/ProjectCard
ProjectCard
is a highly customizable widget that displays details about projects.
Props
For ProjectCard
widget, the following props are available:
Prop | Type | Default | Note |
---|---|---|---|
title | String | - | Project title. |
logo | String | - | Sets img src. |
date | String | - | Adds project deadline. |
status | String | - | Display project status. |
progress | Number | - | Progress filled value. |
budget | [String, Number] | - | Adds project budget. |
className | String | - | Overrides or extends the component's styles. |
members | Array | - | Project members , each member is an object with name:String , src:String , tooltip:Boolean properties. if tooltip property is set to true , it will display a tooltip on img hover showing member's name. |