cleave_theme {sever} | R Documentation |
Cleave Theme
Description
Define a theme to apply to all subsequent cleave()
.
Usage
cleave_theme(
color = "red",
bg_color = NULL,
duration = 0.1,
center_vertical = TRUE,
center_horizontal = TRUE
)
Arguments
color |
Color of error message text. |
bg_color |
Background color of error message overlay.
If |
duration |
Duration of animation showing the error message, set to |
center_vertical |
Whether to center the message vertically and horizontally, a |
center_horizontal |
Whether to center the message vertically and horizontally, a |
Value
None
[Package sever version 0.0.7 Index]