
Navigation
Theme components
Form components
Apps
Documentation
Success notification
Use the toastr.success
method for success notifications. To position the notification, use the positionClass
parameter inside the toastr.options
object.
Warning notification
Use the toastr.warning
method for warning notifications. To position the notification, use the positionClass
parameter inside the toastr.options
object.
Danger notification
Use the toastr.danger
method for danger notifications. To position the notification, use the positionClass
parameter inside the toastr.options
object.
Info notification
Use the toastr.info
method for info notifications. To position the notification, use the positionClass
parameter inside the toastr.options
object.