Description Usage Arguments Author(s) Examples
Build an argon card
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
... |
Body content. |
title |
Card title. |
src |
Card external link. |
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. |
shadow_size |
Card shadow size. Only if shadow is TRUE. NULL by default. |
hover_shadow |
Only if shadow is TRUE. Whether to enlarge the shadow on hover. FALSE by default. |
border_level |
Border level. O by default. |
icon |
Card icon. Expect argonIcon or icon. |
btn_text |
Button text. src arg must not be NULL so that this button appears. |
status |
Card status. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html. |
background_color |
Card background color. NULL by default. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html. |
gradient |
Whether to apply a gradient effect on the card background. FALSE by default. |
floating |
Whether to animate the card by a vertical floating movement. FALSE by default. Not compatible with hover_lift. |
width |
Card width. Between 1 and 12. |
David Granjon, dgranjon@ymail.com
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.