Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Renders json as html

Example

$('body').render([
  {
  el: 'div',
  attrs: {
    'class': 'wrapper'
  },
  html: [{
    el: "h2",
    html: "This is the title"
  }, {
    el: "p",
    html: "this is some text in here."
  }]
},
  {
    el:'em',
    html:'hello there'
  }
]);

About

render json as html.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages