powered by
Wraps an R object in slickR compatible DOM
slick_div( x, css = htmltools::css(marginLeft = "auto", marginRight = "auto"), type = "img", links = NULL )
list of shiny tag objects
object
css object, Default: htmltools::css(marginLeft='auto',marginRight='auto')
character, type of DOM, Default: 'img'
character, links to use on the input object, Default: NULL
Method converts xml_document, htmlwidget, character, or list of objects to a compatible DOM
Other html: slick_list()
slick_list()
# image slick_div(nba_team_logo$uri[1]) # vector of images slick_div(nba_team_logo$uri[c(1:5)]) # text slick_div('abc',type = 'p')
Run the code above in your browser using DataLab