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 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


[Package sever version 0.0.7 Index]