shinyFeedback
R package for displaying user feedback along side Shiny inputs
Examples
Shiny Input Feedbacks
Screenshot of shiny inputs with shinyFeedback messages displayed
Snackbar feedback
Show simple snackbar messages
Getting Started
Install from CRAN
install.packages("shinyFeedback")
Or Install Dev Version from GitHub
devtools::install_github("merlinoa/shinyFeedback", build_vignettes = TRUE)
Read Intro Vignette
# load package
library(shinyFeedback)
# read intro vignette
browseVignettes(package = "shinyFeedback")
Roadmap
I would like to add support for more of the standard shiny
input bindings and for several of the input bindings provided with the shinyWidgets
package.
Issues
If you use this package and have a problem please open a GitHub issue; I would be very interested to hear from you.