wells: Add a Well Component Use the well as a simple effect on an...

View source: R/wells.R

wellsR Documentation

Add a Well Component Use the well as a simple effect on an element to give it an inset effect.

Description

Add a Well Component Use the well as a simple effect on an element to give it an inset effect.

Usage

wells(content, size = "default")

Arguments

content

a object of class character

size

a object of class character determining the size of the well and options include, default, small, and large.

Value

a HTML object to be included in the ui section of a shiny app

See Also

Wells

Examples

wells(content = "Look, I'm a well!", size = "large")

shinyLP documentation built on Oct. 26, 2023, 1:07 a.m.