1.0.2 • Published 5 years ago

jsdothtml v1.0.2

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

js-html.

With this library you can generate html using Javascript code.

Development

npm install jsdothtml

Usage

    document.getElementById("yourDiv").innerHTML = jsdothtml.div(
        {
            class: "amazing",
            ...
        },
        "the content comes here"
    );

State

Still working on it :construction_worker:
Open to suggestions :smile:

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago