powered by
Add a Well Component Use the well as a simple effect on an element to give it an inset effect.
wells(content, size = "default")
a object of class character
a object of class character determining the size of the well and options include, default, small, and large.
a HTML object to be included in the ui section of a shiny app
Wells
# NOT RUN { wells(content = "Look, I'm a well!", size = "large") # }
Run the code above in your browser using DataLab