Skip to content

3tw/creatable-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Element JS

Lightweight package for creating DOM elements with JavaScript using method chaining paradigm.

Demo

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.

Install from NPM

You can install package via npm and import it to your .js file.

npm install creatable-js
import Creatable from 'creatable-js'

License

MIT

Disclaimer

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.

About

Method chaining library for creating DOM elements with JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published