shinyLP (version 1.1.2)

wells: 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")

Value

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

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.

See Also

Examples

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

Run the code above in your browser using DataCamp Workspace