shinyFeedback 0.1.0 on CRAN

[This article was first published on Posts on Tychobra, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Version 0.1.0 of the shinyFeedback package is now available on CRAN. You can install the latest version by running:

install.packages("shinyFeedback")

The shinyFeedback package makes it easy to display useful feedback notifications in Shiny apps. Since the initial shinyFeedback CRAN release, it has been able to display short messages, icons, and color changes around several of the standard Shiny input bindings. For example:

The version 0.1.0 release brings snackbar notifications to the package. Snackbars are useful for notifying a user that something has happened without getting in the users way. For example you could show a ‘Form Submitted Successfully’ snackbar after the user clicks on a form’s submit button. The snackbar would display at the bottom of the page and fade after a few seconds. This gif show a snackbar after a button click:

To learn how to use shinyFeedback start with the introduction vignette.

To leave a comment for the author, please follow the link and comment on their blog: Posts on Tychobra.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)