Lightweight package for creating DOM elements with JavaScript using method chaining paradigm.
How does it work? There is a demo page for you to check out. You will even find a 'code log' that lets you inspect the code as you create your first element with creatable-js.
You can install package via npm and import it to your .js file.
npm install creatable-js
import Creatable from 'creatable-js'
This package is in alpha state: it hasn't been thoroughly tested and the full documentation is missing. Although the package is fairly small and simple it may contain cruical errors.