toastr 2.0.0-rc1

This is a prerelease version of toastr.
There is a newer version of this package available.
See the version list below for details.
Install-Package toastr -Version 2.0.0-rc1
dotnet add package toastr --version 2.0.0-rc1
<PackageReference Include="toastr" Version="2.0.0-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add toastr --version 2.0.0-rc1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: toastr, 2.0.0-rc1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install toastr as a Cake Addin
#addin nuget:?package=toastr&version=2.0.0-rc1&prerelease

// Install toastr as a Cake Tool
#tool nuget:?package=toastr&version=2.0.0-rc1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

3 Easy Steps:

(1) Link to toastr.css  
(2) Link to toastr.js
(3) Use toastr to display a toast for info, success, warning or error

// Display an info toast with no title
toastr.info('Are you the 6 fingered man?')

*** For other API calls, see the demo

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

Version Downloads Last updated
2.0.3 0 06.02.2022
2.0.2 0 06.02.2022
2.0.1 0 06.02.2022
2.0.0-rc1 0 06.02.2022
1.3.1 0 06.02.2022
1.3.0 0 06.02.2022
1.2.2 0 06.02.2022
1.2.1 0 06.02.2022
1.2.0 0 06.02.2022
1.1.5 0 06.02.2022
1.1.4.2 0 06.02.2022
1.1.4.1 0 06.02.2022
1.1.4 0 06.02.2022
1.1.3 0 06.02.2022
1.1.2 0 06.02.2022
1.1.1 0 06.02.2022
1.1.0 0 06.02.2022
1.0.3 0 06.02.2022
1.0.2 0 06.02.2022
1.0.1 0 06.02.2022
1.0.0 0 06.02.2022

The following animations options have been deprecated and should be replaced:

Replace options.fadeIn with options.showDuration
Replace options.onFadeIn with options.onShown
Replace options.fadeOut with options.hideDuration
Replace options.onFadeOut with options.onHidden

Optional 'close' button, bug fixes, and improved responsive design.

For other changes, see http://toastrjs.com/