Pro Pack
Docs HomeProduct SiteSupport
  • Introduction
  • Installation
  • Chart.js
    • Configuration
    • Data Binding
    • Data Labels
  • Dataset Filter Labels
    • Installation
    • Configuration
    • Data Binding
  • DataTables
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Date Range Picker
    • Configuration
    • Data Binding
    • Methods
  • iCheck
    • List
      • Configuration
      • Data Binding
      • Events
    • Filter
      • Configuration
      • Data Binding
  • Select2
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Sparklines
    • Installation
    • Configuration
    • Data Binding
  • Toastr
    • Configuration
  • Web Frameworks
Powered by GitBook
On this page
  • Installation
  • Class

Was this helpful?

Toastr

PreviousData BindingNextConfiguration

Last updated 3 years ago

Was this helpful?

is a short-lived pop up that can be configured to show anywhere on a page and then automatically disappear after a configurable amount of time.

Installation

The Toastr for WireBootstrap library is located in wire-toastr.js. This and other other related files can be installed from the NPM package registry at@wirebootstrap/wire-toastr.

npm install @wirebootstrap/wire-toastr

Class

Call wire.toastr directly to open the Toastr for WireBootstrap popup.

 wire.toastr({
      message: "Hello"
  });

Toastr for WireBootstrap will load toastr.min.js from a if it's not found on the page.

Toastr for WireBootstrap will load toastr.min.css from a if not found on the page.

CDN
CDN
Toastr
Toastr for WireBootstrap