Skip to content

Latest commit

 

History

History

simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

A Simple Component

A static component in vomit is a term used to describe a function that takes data and returns a DOM element.

function component(name) {
  return vomit`<div>Hello ${name}</div>`
}