Built w/ HTML, SCSS (compiled using PostCSS & Browserlist), Javasctipt (ES6 compiled using Babel).
- Clone repo
- Add element:
<div class="toastimonials--container"></div>
- 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
}
- 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>
- run
npm install
, thenparcel src/index.html [--no-cache]
- Create documentation
- Create pricing stucture
- Build admin platform for users