The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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"
)
conditionalJS
- extended version of shiny::conditionalPanel
.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.
commonInput(s)
- merge multiple input controllers into oneaccordion
- light and simple version of accordion
modalDialogUI
- create modals directly in UIvalueButton
- get any attribute from Shiny application DOM objectstextArea
- non-binding version of shiny::textAreaInput
.Improves application performance when large amount text is passed to
text area. Works great with valueButton
.
pickCheckboxInput
and vsCheckboxInput
- make selection in many groups at
onceshinyGizmo 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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.