Skip to content

Nothing nudges a potential buyer along like a quick notification that others are buying into a product or service. This simple demo is highly customizable allowing the developer to set the min/max number of seconds to display the notification.

Notifications You must be signed in to change notification settings

joe-allen/toastimonials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toastimonials

Built w/ HTML, SCSS (compiled using PostCSS & Browserlist), Javasctipt (ES6 compiled using Babel).

TO USE:

  1. Clone repo
  2. Add element:
<div class="toastimonials--container"></div>
  1. Set object properties:
// set toastimonial parameters
var toastimonialParams = {
  "min"       :    3,     // minimun seconds between html toasts
  "max"       :    12,    // maximum seconds between html toasts
  "maxToasts" :    3,     // maximum seconds between html toasts
}
  1. Set component to true (w/o including toastimonialParams default parameters will be used):
var lf_components = {
  toastimonial: [true, toastimonialParams]    // type: array
}

Include script:

<script src="main.js"></script>
  1. run npm install, then parcel src/index.html [--no-cache]

TO DO:

  • Create documentation
  • Create pricing stucture
  • Build admin platform for users

QUESTIONS:

GENERAL

About

Nothing nudges a potential buyer along like a quick notification that others are buying into a product or service. This simple demo is highly customizable allowing the developer to set the min/max number of seconds to display the notification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published