0.2.0 • Published 9 years ago

jsx-create-element v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

jsx-create-element

GitHub license
Travis David David
GitHub issues GitHub forks GitHub stars
js-standard-style Standard Version Commitizen friendly

Demo

Demo on Codepen

Usage

npm install --save-dev jsx-create-element
/** @jsx jsx.createElement */
import jsx from 'jsx-create-element'

const className = 'foobar'

const hello = name => (
  <div className={className}>
    <h1>Hello <span>{name}</span></h1>
  </div>
)

jsx.render(hello('World'), document.body)
0.2.0

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago