Skip to content

TasksCard

File: @views/Widgets/WidgetsTasksCard

WidgetsTasksCard is a highly customizable widget that provides task data.

Props

For WidgetsTasksCard 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

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