argonInfoCard {argonDash} | R Documentation |
Create a Boostrap 4 dashboard info card
Description
Build an argon dashboard info card
Usage
argonInfoCard(
value,
title = NULL,
stat = NULL,
stat_icon = NULL,
description = NULL,
icon,
icon_background = "default",
hover_lift = FALSE,
shadow = FALSE,
background_color = NULL,
gradient = FALSE,
width = 3
)
Arguments
value |
info card value. |
title |
info card title. |
stat |
info card stat value. |
stat_icon |
|
description |
info card stat description. |
icon |
|
icon_background |
info card icon background color. |
hover_lift |
Whether to apply a lift effect on hover. FALSE by default. Not compatible with floating. |
shadow |
Whether to apply a shadow effect. FALSE by default. |
background_color |
Card background color. NULL by default. |
gradient |
Whether to apply a gradient effect on the card background. FALSE by default. |
width |
info card width. Between 1 and 12. |
Author(s)
David Granjon, dgranjon@ymail.com
[Package argonDash version 0.2.0 Index]