shinyGizmo is an R package providing useful components for Shiny applications.
From CRAN:
install.packages("shinyGizmo")
Latest development version from Github:
remotes::install_github(
"r-world-devs/shinyGizmo"
)
Allows to attach conditional JavaScript action to be run on UI element.
Use predefined actions such as disable
, attachClass
, css
, show
,
runAnimation
or define a custom one.
Improves application performance when large amount text is passed to
text area. Works great with valueButton
.
shinyGizmo is stable but we’re still developing the package. If you find bugs or have any suggestions for future releases post an issue on GitHub page at https://github.com/r-world-devs/shinyGizmo/issues.
There are two main ways to get help with shinyGizmo
- Reach the package author via email: krystian8207@gmail.com.
- Post an issue on our GitHub page at https://github.com/r-world-devs/shinyGizmo.