To close elements
UIkitClose(size = NULL)
size | Icon size: NULL or "large". |
---|
if(interactive()){ library(shiny) shiny::shinyApp( ui = UIkitPage( title = "My UIkit application", UIkitCard( title = "My card", badge = "test", hover = TRUE, horizontal = TRUE, UIkitCardMedia( src = "http://wallpics4k.com/wp-content/uploads/2014/07/470318.jpg", horizontal = TRUE, position = "left" ), body = "This is the body" ) ), server = function(input, output) {} ) }