asPlaceholder: As Placeholder

asPlaceholderR Documentation

As Placeholder

Description

Turn an element into a placeholder.

Usage

asPlaceholder(el, glow = FALSE)

Arguments

el

Element to turn into a placeholder.

glow

Whether the elements should glow.

Examples

shiny::p() |> 
 asPlaceholder()

shiny::actionButton("id", "") |> 
 asPlaceholder()


JohnCoene/bsutils documentation built on June 15, 2024, 3:21 a.m.