anouncementjs

1.0.0 • Public • Published

Anouncement.js

Example:

Sample

Installation

Add js file to your html. <script src="./src/index.js"></script>

Then you can call and use anouncement component like that

var options = {
    text : {
        title : "To new members",
        subtitle : "GIANT DISCOUNT",
        discountRate: 20
    }
};
var anounceCreator = new AnounceCreator();
anounceCreator.initialize(options); 

You are free to create PR to improve code quality and functionality.

Readme

Keywords

Package Sidebar

Install

npm i anouncementjs

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

38.3 kB

Total Files

5

Last publish

Collaborators

  • hayreddintuzel