Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Toast - A Bootstrap 4.2+ jQuery plugin
# Toast - A Bootstrap 5.0+ jQuery plugin

* [About](#about)
* [Usage](#usage)
* [Live Example](https://jsfiddle.net/47n5ygth/)
* [Live Demo Using Bootstrap 5](https://demo.halimlardjane.com/toast/)
* [Contributing](#contributing)
* [Contributing](#contributing)

### About
Expand All @@ -21,6 +23,7 @@ $.toastDefaults = {
dismissible: true, /** true/false - If you want to show the button to dismiss the toast manually **/
stackable: true, /** true/false - If you want the toasts to be stackable **/
pauseDelayOnHover: true, /** true/false - If you want to pause the delay of toast when hovering over the toast **/
width: 500, /** Integer - if you want to custom the size of the toast */
style: {
toast: '', /** Classes you want to apply separated my a space to each created toast element (.toast) **/
info: '', /** Classes you want to apply separated my a space to modify the "info" type style **/
Expand Down
2 changes: 1 addition & 1 deletion dist/toast.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions dist/toast.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading