Skip to content

TasksCard

File: @views/Widgets/TasksCard

TasksCard is a highly customizable widget that provides data statistic with a chart.

Props

For TasksCard widget, the following props are available:

PropTypeDefaultNote
titleString-Card title.
tasksDataArray-Each task is an object with title:String , progress:Number,change:Number, color*:String, icon:Object properties. More Info about icon here
classNameString-Overrides or extends the component's styles.

Color

Utility colors are supported (e.g primary or danger). you'll find a list of built-in classes on the src/styles/_vars.scsspage.

COPYRIGHT