img.Rd
A small update to tags$img
and tags$figure
. Create responsive images with
img
. figure
has specific arguments for an image child element and image
caption.
img(src, ...) figure(image, caption = NULL, ...)
src | A character string specifying the source of the image. |
---|---|
... | Additional tag elements or named arguments passed as HTML attributes to the parent element. |
image | An |
caption | A character string specifying the image caption, defaults to
|
Other components:
alert()
,
badge()
,
blockquote()
,
card()
,
collapsePane()
,
d1()
,
dropdown()
,
jumbotron()
,
modal()
,
navContent()
,
popover()
,
pre()
,
toast()