glimpse.toastr
0.2.0-beta
dotnet add package glimpse.toastr --version 0.2.0-beta
NuGet\Install-Package glimpse.toastr -Version 0.2.0-beta
<PackageReference Include="glimpse.toastr" Version="0.2.0-beta" />
paket add glimpse.toastr --version 0.2.0-beta
#r "nuget: glimpse.toastr, 0.2.0-beta"
// 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!
Learn more about Target Frameworks and .NET Standard.
-
- toastr (>= 1.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.0-beta | 2,309 | 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.