material_password_box: Create a shinymaterial password box

Description Usage Arguments See Also Examples

View source: R/shiny-material-password-box.R

Description

Build a shinymaterial password box.

Usage

1
material_password_box(input_id, label, color = NULL)

Arguments

input_id

String. The input identifier used to access the value.

label

String. The password box label.

color

String. The accent color of the password box. Leave empty for the default color. Visit https://materializecss.com/color.html for a list of available colors. This input requires using color hex codes, rather than the word form. E.g., "#ef5350", rather than "red lighten-1".

See Also

update_material_password_box

Examples

1
2
3
4
5
material_password_box(
  input_id = "example_password_box",
  label = "password box",
  color = "#ef5350"
)

ericrayanderson/shinymaterial documentation built on Oct. 9, 2020, 5:21 p.m.