Appearance
TasksCard
File:
@views/Widgets/WidgetsTasksCard
WidgetsTasksCard
is a highly customizable widget that provides task data.
Props
For WidgetsTasksCard
widget, the following props are available:
Prop | Type | Default | Note |
---|---|---|---|
title | String | - | Card title. |
tasksData | Array | - | 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.scss
page.