Package: shinycssloaders 1.1.0
shinycssloaders: Add Loading Animations to a 'shiny' Output While It's Recalculating
When a 'Shiny' output (such as a plot, table, map, etc.) is recalculating, it remains visible but gets greyed out. Using 'shinycssloaders', you can add a loading animation ("spinner") to outputs instead. By wrapping a 'Shiny' output in 'withSpinner()', a spinner will automatically appear while the output is recalculating. You can also manually show and hide the spinner, or add a full-page spinner to cover the entire page. See the demo online at <https://daattali.com/shiny/shinycssloaders-demo/>.
Authors:
shinycssloaders_1.1.0.tar.gz
shinycssloaders_1.1.0.zip(r-4.5)shinycssloaders_1.1.0.zip(r-4.4)shinycssloaders_1.1.0.zip(r-4.3)
shinycssloaders_1.1.0.tgz(r-4.4-any)shinycssloaders_1.1.0.tgz(r-4.3-any)
shinycssloaders_1.1.0.tar.gz(r-4.5-noble)shinycssloaders_1.1.0.tar.gz(r-4.4-noble)
shinycssloaders_1.1.0.tgz(r-4.4-emscripten)shinycssloaders_1.1.0.tgz(r-4.3-emscripten)
shinycssloaders.pdf |shinycssloaders.html✨
shinycssloaders/json (API)
NEWS
# Install 'shinycssloaders' in R: |
install.packages('shinycssloaders', repos = c('https://daattali.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/daattali/shinycssloaders/issues
Last updated 4 months agofrom:2f2623fa87. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | OK | Oct 29 2024 |
R-4.5-linux | OK | Oct 29 2024 |
R-4.4-win | OK | Oct 29 2024 |
R-4.4-mac | OK | Oct 29 2024 |
R-4.3-win | OK | Oct 29 2024 |
R-4.3-mac | OK | Oct 29 2024 |
Exports:hidePageSpinnerhideSpinnershowPageSpinnershowSpinnerwithSpinner
Dependencies:base64encbslibcachemclicommonmarkcrayondigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisesR6rappdirsRcpprlangsassshinysourcetoolswithrxtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Manually show/hide a spinner | hideSpinner showHide showSpinner |
Show (and hide) a full-page spinner that covers the entire page | hidePageSpinner showHidePage showPageSpinner |
Add a spinner that shows while an output is recalculating | withSpinner |