BootstrapToaster icon indicating copy to clipboard operation
BootstrapToaster copied to clipboard

Robust, plug & play generator for Bootstrap toasts.

Results 6 BootstrapToaster issues
Sort by recently updated
recently updated
newest added

Hey! Found your package today while working on new Bootstrap 5 project. I usually use the toastr npm package but wanted something that used the bootstrap 5 toasts. Glad to...

help wanted

Can you please add composer compatibility? It would be a useful feature to keep updated in case you use only composer

Adds the ability to provide custom classes on a toast if the user desires. This will cover one of the features raised by issue #17, if this is something that...

It would be great if there was more flexibility to customize toasts out of the box. Specifcally, the following would be very welcome: * Specify (optional) `id` for the toast...

`Toast.create()` should return the created Bootstrap Toast instance. This can be useful for toast that must be manually dismissed, we could hide them on condition.