1.0.0 • Published 3 years ago

jnm v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

JNM

To use JNM you have to create the Alert object this wai:

const jnm = require("jnm");
var alert = new jnm.create.alert("box","text","button","author","function");

Replace "box"/"text"/"button"/"author" by the class property that you want to put in each box.

the box is the div where you should put the others boxes the text is a h3 where you should put (with the content css property) the description of the alert; the button is an a with the property onclick=function the author is a h2 where you should put the name of the website;

Normaly you should put the elements that wai

              ____________________________
             | Box   |Author____|         |
             |   ______________________   |
             |  |____text______________|  |
             |       ______               |
             |______|Button|______________|
1.0.0

3 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.0.1

4 years ago