Skip to main content

All Questions

Tagged with
1 vote
1 answer
64 views

Leaflet map in bs4Dash's box

Recently, when working on a shiny dashboard, I encountered an issue of Leaflet map not working (seemingly) correctly with bs4Dash box. Seems that after the box is maximized, leaflet map is not ...
Marcin Karliński's user avatar
0 votes
1 answer
175 views

Layout of sidebar tabs and skin for bs4dash/shinydashboard

I am working on the UI of a Shiny app ... and it looks super ugly. I am running into three problems: I am trying to use skin = 'light' in certain parts to experiment with the colours (starting off ...
Dieu94's user avatar
  • 435
2 votes
2 answers
492 views

bslib::value_box within bs4Dash displays not as intended

I am trying to adapt for my own application the last example in this documentation of creating valueBoxes with "showcase"d sparklines made interactive via plotly. The example does not go as ...
bikeactuary's user avatar
1 vote
2 answers
139 views

How to keep DT table borders within tabBox()

I want to control the position of a DT table output within a tabBox(): This example app gives this: library(shiny) library(bs4Dash) library(DT) shinyApp( ui = dashboardPage( header = ...
TarJae's user avatar
  • 78.1k
3 votes
2 answers
550 views

Position title in the header in shinydashboard

Having this basic shiny app: I would like to position my title in the header like indicated in red in the image below: There are already some solutions Add text on right of shinydashboard header but ...
TarJae's user avatar
  • 78.1k
1 vote
1 answer
527 views

Add a logo in shinydashboard header while using bs4Dash package

Adding a logo in dashboard header does not work with bs4Dash library. Any suggestions? # app.R ## library(shiny) library(shinydashboard) library(bs4Dash) library(shinydashboardPlus) ui <- ...
firmo23's user avatar
  • 8,306
0 votes
1 answer
342 views

Change the color of left and right sidebar in shinydashboardPlus when using bs4Dash package

In my shinydashboard below Im tryin to change the color of my sidebar and my controlbar to grey but it seems not to work when I combine bs4Dash package. Also my controlBar does not open, ## app.R ## ...
firmo23's user avatar
  • 8,306
1 vote
1 answer
188 views

Text is not displayed in shiny dashboard header after combining with library bs4Dash

Im trying to include some text inside shiny dashboard header. While this works when I combine it with library bs4Dash the text is not displayed any more. library(shiny) library(shinydashboard) library(...
firmo23's user avatar
  • 8,306
2 votes
1 answer
159 views

problem with updateTabItems. in R shiny with Golem

I am bulding an app with golem in R . I'm trying to change a TabItem through a button from tabItem (acceuil) to an other tabItem (Rating) this is Module "Acceuil" mod_Accueil_ui <- ...
AZABI Ahmed's user avatar
0 votes
1 answer
356 views

How to add tooltip to box header items in shinyDashbord

I have a simple shinyDashbord app with a box that has a sidebar in it. I would like to add tooltip to the sidebar icon in the box header so that when I hover the mouse over the icon, the tooltip shows ...
Farhad's user avatar
  • 151
0 votes
1 answer
216 views

dateRangeInput() is not aligned in shinydashboard when we use it with uiOutput()

I need to set the input date dynamicallly in my app and therefore I need to use uiOutpot/renderUI for dataRangeInput. However when I put it directly in "ui" as in this simple example: ...
Farhad's user avatar
  • 151
3 votes
1 answer
1k views

bs4Dash: How to disable (remove) dark/light skin switch?

It seems that changing the main background color and also header (navbar) background color in dark mode is not possible. per this link: Not able to change bs4Dash "dark" skin theme ...
Farhad's user avatar
  • 151
0 votes
1 answer
176 views

Having difficulty nesting action button inside bs4card

I am trying to build a modular shiny app and one important component in the app is bs4cards that have a dropdown menu and the in the menu there is a save button that will save the content of the card. ...
Abdelouahed BEN MHAMED's user avatar
2 votes
1 answer
239 views

add URL (href) to menuItem in bs4Dash

I am trying to add an external URL in a shiny dashboard that uses the package bs4Dash but when I click in it their is no response. I have something similar to the example below. It does not work using ...
rjss's user avatar
  • 1,005
0 votes
1 answer
156 views

Add conditional text outpuT to cardprofile

I am using a cardProfile from bs4Dash library to show the current user in my Shiny app. The cardProfile looks like this in the ui part: cardProfile( src = "logo.png", title = '...
gacero's user avatar
  • 128

15 30 50 per page