Package: shinycssloaders
Title: Add Loading Animations to a 'shiny' Output While It's
Recalculating
Version: 1.1.0.9006
Authors@R: c(
person("Dean","Attali",email="daattali@gmail.com",role=c("aut","cre"),
comment = c("Maintainer/developer of shinycssloaders since 2019", ORCID="0000-0002-5645-3493")),
person("Andras","Sali",email="andras.sali@alphacruncher.hu",role=c("aut"),comment="Original creator of shinycssloaders package"),
person("Luke","Hass",role=c("ctb","cph"),comment="Author of included CSS loader code")
)
Description: 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
.
License: MIT + file LICENSE
URL: https://github.com/daattali/shinycssloaders,
https://daattali.com/shiny/shinycssloaders-demo/
BugReports: https://github.com/daattali/shinycssloaders/issues
Depends: R (>= 3.1)
Imports: digest, glue, grDevices, htmltools (>= 0.3.5), shiny
Suggests: knitr, shinydisconnect, shinyjs
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev
Repository: https://daattali.r-universe.dev
Date/Publication: 2025-08-14 12:36:56 UTC
RemoteUrl: https://github.com/daattali/shinycssloaders
RemoteRef: HEAD
RemoteSha: d5f79afb1a2ea9fe6d16239a80de15a3b454d154
NeedsCompilation: no
Packaged: 2026-06-10 09:38:02 UTC; root
Author: Dean Attali [aut, cre] (Maintainer/developer of shinycssloaders since
2019, ORCID: ),
Andras Sali [aut] (Original creator of shinycssloaders package),
Luke Hass [ctb, cph] (Author of included CSS loader code)
Maintainer: Dean Attali