Cards
Pages cards
Importing
First import it to your app module or any submodule as you wish
How to use
API
Property
Description
Type
Default
Loading
To show loading Progress Bar with overlay
boolean
false
ShowMessage
Show message once load is failed
boolean
false
Message
Error message you want to show
string
null
Maximize
Show Maximize button
boolean
true
Refresh
Show Refresh button
boolean
true
Toggle
Show Collapse toggle button
boolean
true
Maximize
Show maximize button
boolean
true
ProgressType
Type of progress bar - circle , bar
boolean
circle
ProgressColor
Color of the progress bar
string
success, danger, warning and primary
MinimalHeader
No controls. A simple circular refresh button
boolean
false
HeaderClass
Add extra header class to the card
string
null
Type
Class of card, transparent, default or with bg-color
string
default
Callbacks
Method
Description
onRefresh()
When Refresh button is triggered
Last updated