shinycssloaders icon indicating copy to clipboard operation
shinycssloaders copied to clipboard

⌛ Add loading animations to a Shiny output while it's recalculating

Results 23 shinycssloaders issues
Sort by recently updated
recently updated
newest added

Hello, I am really content with the Spinner options to display while rendering a page. However, I would really like to have an option to show a message in addition...

When placing outputs with spinners beside each other they are each on their own line. How can they be placed horizontally? ``` tabPanel(title = "Sentiment", width = 12, withSpinner(imageOutput(outputId =...

enhancement
help wanted

I am using [flexidashboard](http://rmarkdown.rstudio.com/flexdashboard/index.html) and shinycssloader v0.2.0. When I try to get the loading animation I get the message "Loading..." instead of the animation.

help wanted

Hi, is it possible to add a global loader when certain events occur? With global loader I mean one single loader for a whole page (or many plots/tables). May be...

It appears that there has been [a lot of work done on shinycssloaders](https://github.com/daattali/shinycssloaders/commits/master) in the past months, but the last release ([v1.0.0](https://github.com/daattali/shinycssloaders/releases/tag/1.0.0)) was released in 2020. Are there plans on...

Hi Dean, Related to #76, I investigated the issue and it turns out that [htmltools 0.5.4](https://github.com/rstudio/htmltools/releases/tag/v0.5.4) added some new css classes that "are allowed to grow and shrink when their...

Would you be interested in porting this to Python? I'd be happy to help out, but I wanted to check because I see that this doesn't have an open source...

Looks like something is happening to the visibility of the spinner when using `d-flex` and/or `justify-content-center`: ``` library(shiny) library(shinycssloaders) library(bslib) tab

bug
help wanted

Hi Dean, Thanks for developing this awesome package! I'm using the [bslib's card function](https://rstudio.github.io/bslib/reference/card.html) with the full_screen set as True which expands the card to fit viewport size. Plotly outputs...

enhancement