Appearance
TransactionsCard
File:
@views/Widgets/WidgetsTransactionsCard
WidgetsTransactionsCard
is a highly customizable widget that display transactions.
Props
For WidgetsTransactionsCard
widget, the following props are available:
Prop | Type | Default | Note |
---|---|---|---|
title | String | - | Card title. |
transactions | Array | - | Each item is an object with title:String , type:String , change:Number , color*:String , id:[Number, String] , and 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.