0.2.0 • Published 7 years ago

jsx-create-element v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago