BootstrapToaster
BootstrapToaster copied to clipboard
Provide more customization
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)
idfor the toast div - Specify (optional) classes for the toast div
- Add an option to prevent adding dismiss button (e.g. for when toasts should instead be dismissed programmatically based on some kind of interaction with the toast)
- Have
createreturn html element, allowing the user to customize it further
Thanks!