powered by
create tabs options on panels.
tabsOptions( buttons = list(icon("gear"), icon("terminal")), widths = c(50, 100), heights = c(100, 50), tabs.content = list("", "") )
vector or list with icons of each tab.
vector or list with widths of each tab.
vector or list with heights of each tab.
list with the content of each tab.
shiny.tag
this function only work correctly on the server side because they need the css and js file.