Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stla/shinyToastify
A wrapper of the 'React-Toastify' library, for usage in Shiny.
https://github.com/stla/shinyToastify
r react reactr shiny
Last synced: 3 months ago
JSON representation
A wrapper of the 'React-Toastify' library, for usage in Shiny.
- Host: GitHub
- URL: https://github.com/stla/shinyToastify
- Owner: stla
- License: gpl-3.0
- Created: 2021-07-11T07:24:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T10:41:50.000Z (over 3 years ago)
- Last Synced: 2024-06-30T15:58:04.654Z (4 months ago)
- Topics: r, react, reactr, shiny
- Language: JavaScript
- Homepage:
- Size: 2.26 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - shinyToastify - A wrapper of the React-Toastify library for Shiny. (UI Components / Feedback / Alert / Notification)
- jimsghstars - stla/shinyToastify - A wrapper of the 'React-Toastify' library, for usage in Shiny. (JavaScript)
README
# shinyToastify
This is a wrapper of the 'React' library 'React-Toastify' for usage in Shiny
applications.### Six available types:
![](https://raw.githubusercontent.com/stla/shinyToastify/main/inst/screenshots/toastTypes.gif)
The toast container and the toast body are easily customizable.
### Four available transitions:
![](https://raw.githubusercontent.com/stla/shinyToastify/main/inst/screenshots/toastTransitions.gif)
### Toast are better with **fontawesome** icons:
![](https://raw.githubusercontent.com/stla/shinyToastify/main/inst/screenshots/toastIcons.gif)
### Callbacks
It is possible to execute a R callback and/or a JavaScript callback whenever
a toast closes.