Skip to content

undoZen/htmlx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmlx

transform htmlx (html-like template part of jsx) to react dom dsl

I split these code from htmlxify to try to make htmlx requiring work with webpack and react-hot-loader module, if you want to use them with browserify, just use htmlxify.

##Installation

npm install htmlx

##Usage

var htmlx = require('htmlx');
var source = 'return "htmlx below",\n<p>Hello, World!</p>';
var compiled = htmlx(source, 'fake.htmlx');

##Lisence MIT

About

transform htmlx (html-like template part of jsx) to react dom dsl

Resources

License

Stars

Watchers

Forks

Packages

No packages published