Tappifications is a toaster notification library that can be used to easily promote content or notify users on your site.
Install all dependencies then run gulp
in the command line to open the index.html
example in your browser.
npm install
bower install
gulp
Three types of notifications are available
$.tappification({
type: 'info',
message: 'Your info message goes here!',
callToActionText: 'Click on me',
callToActionUrl: 'http://www.tapptv.com/'
});
$.tappification({
type: 'warning',
message: 'Your warning message goes here!',
callToActionText: 'watch out!',
callToActionUrl: 'http://www.tapptv.com/'
});
$.tappification({
type: 'warning',
message: 'Your danger message goes here!',
callToActionText: 'something went wrong',
callToActionUrl: 'http://www.tapptv.com/'
});
-
jQuery <= 2.x.x
-
Font-Awesome >= 4.2.0
Import the css and js and you're good to go!
<link rel="stylesheet" type="text/css" href="dist/tappifications.css">
<script type="text/javascript" src="dist/tappifications.js">
The MIT License (MIT)
Copyright (c) 2014 tapptv.com