3.0.0 • Published 6 years ago

miracle.js v3.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

miracle.js

Miracle.js is a JavaScript package that helps the developer generate some UI components.

To install using npm

npm install miracle.js

What Miracle.js has

  1. getTableFromJson by passing a json object to the function and get a HTML table back
    example:
document.getElementById("ID").innerHTML = getTableFromJson(JOSNObject); 
  1. MakeListFromArray by passing a array object to the function and get a HTML List back
    example:
document.getElementById("ID").innerHTML = MakeListFromArray(array); 
  1. sortList Sort any list by passing list id to the function example:
sortList(ListID); 
  1. sortTable Sort any Html Table by passing Table id to the function example:
sortTable(TableID); 

More comming soon !!!!

3.0.0

6 years ago

1.9.9

6 years ago

1.9.2

6 years ago

1.9.1

6 years ago

1.8.1

6 years ago

1.8.0

6 years ago

1.0.0

6 years ago