0.4.4 • Published 6 years ago

html-element-to-react v0.4.4

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

html-element-to-react

Convert HTML DOM elements to React

npm i --save html-element-to-react

Usage

import React from 'react'
import ReactDOM from 'react-dom'
import { convert } from 'html-element-to-react'

const App = convert(htmlElement)

ReactDOM.render(App, document.getElementById('app'))
0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago