Appearance
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:
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 |
className | String | - | 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.scss
page.