0.4.4 • Published 5 years ago

html-element-to-react v0.4.4

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

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago