glimpse.toastr 0.2.0-beta

This is a prerelease version of glimpse.toastr.
dotnet add package glimpse.toastr --version 0.2.0-beta
NuGet\Install-Package glimpse.toastr -Version 0.2.0-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="glimpse.toastr" Version="0.2.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add glimpse.toastr --version 0.2.0-beta
#r "nuget: glimpse.toastr, 0.2.0-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install glimpse.toastr as a Cake Addin
#addin nuget:?package=glimpse.toastr&version=0.2.0-beta&prerelease

// Install glimpse.toastr as a Cake Tool
#tool nuget:?package=glimpse.toastr&version=0.2.0-beta&prerelease

Demo can be found here
https://codeseven.github.com/toastr

Usage:
Link to jquery, toastr.css, toastr.js, glimpse.js and glimpse.toastr.js

<script src="jquery.js"></script>
<script src="toastr.js"></script>
<script src="glimpse.js"></script>
<script src="glimpse.toastr.js"></script>

Use toastr

$(function(){
   toastr.info('testing');
})();

Click the G icon in the bottom right of your browser and enjoy!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0-beta 81 6/30/2013

This beta version depends on glimpse.ks, which for  now is included in this package. Once the glimpse.js file has its own NuGet package I will change this and make it a dependency.