react-xul
v0.0.8
Published
A react renderer for XUL elements
Downloads
431
Readme
React XUL
A react renderer for XUL elements
Usage
import { render, injectDevTools } from 'react-xul'
render(<description value="Hello world!" />, document.getElementById('root'))
// If you want live refresh to work
//
// Note that you will need to symlink your build directory to its correct
// location in the build tree, otherwise it will not work
injectDevTools()