You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use the "button link" of the thumbnail_label to link to a shinydashboard tab? I would like to use the landing page of ShinyLP as a quick way for the user to navigate for the indented tab.
tabItems(
#Conteudo da Tab Home
tabItem(tabName = "Home"
,column(4, thumbnail_label(image = 'Rlogo.png', label = 'Spray Drying Search',
content = 'Havana brown cornish rex bombay but bombay,
but havana brown devonshire rex and devonshire rex.
Tomcat egyptian mau. Cornish rex sphynx sphynx yet
cougar and panther. Panther siberian. Lynx munchkin
american shorthair. Norwegian forest. ',
button_link = 'http://getbootstrap.com/', button_label = 'Click me')
)#End of tab Home
,tabItem(tabName = "aboutTab")#End of tab aboutTab
)#End of tabItems
)#End of dashboardBody
Kind regards,
Paulo
The text was updated successfully, but these errors were encountered:
Good morning,
Is it possible to use the "button link" of the thumbnail_label to link to a shinydashboard tab? I would like to use the landing page of ShinyLP as a quick way for the user to navigate for the indented tab.
#Sidebar
sidebar <- dashboardSidebar(
sidebarMenu(
)#Fim de sidebarMenu
)#Fim de dashboardSidebar
body <- dashboardBody(
Kind regards,
Paulo
The text was updated successfully, but these errors were encountered: