0.0.8 • Published 2 years ago

react-xul v0.0.8

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
2 years ago

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()