React HTML Element
Highlights
Quick Start
Installation
$ npm i @trbl/react-html-element
$
$ yarn add @trbl/react-html-element
Composition
import React from 'react';
import HTMLElement from '@trbl/react-html-element';
const App = () => (
<HTMLElement>
...
</HTMLElement>
)
For working examples, see the demo app.
Demo
$ git clone git@github.com:trouble/react-html-element.git
$ yarn
$ yarn dev
$ open http://localhost:3000
API
Contribution
Help us, or let us help you help us.
License
MIT Copyright (c) TRBL, LLC