cleave_theme: Cleave Theme

Description Usage Arguments Value

View source: R/cleave.R

Description

Define a theme to apply to all subsequent cleave().

Usage

1
2
3
4
5
6
7
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 NULL will be transparent.

duration

Duration of animation showing the error message, set to 0 to have none.

center_vertical

Whether to center the message vertically and horizontally, a boolean.

center_horizontal

Whether to center the message vertically and horizontally, a boolean.

Value

None


sever documentation built on July 15, 2021, 1:06 a.m.