f7Shadow {shinyMobile} | R Documentation |
Framework7 shadow effect
Description
.
Creates a shadow effect to apply on UI elements like f7Card.
Usage
f7Shadow(tag, intensity, hover = FALSE, pressed = FALSE)
Arguments
tag |
Tag to apply the shadow on. |
intensity |
Shadow intensity. Numeric between 1 and 24. 24 is the highest elevation. |
hover |
Whether to display the shadow on hover. FALSE by default. |
pressed |
Whether to display the shadow on click. FALSE by default. |
[Package shinyMobile version 2.0.1 Index]