1.0.3 • Published 4 years ago

@faceless-ui/html-element v1.0.3

Weekly downloads
41
License
MIT
Repository
github
Last release
4 years ago

NPM Bundle Size Supported by TRBL

React HTML Element

Highlights

Quick Start

Installation

$ npm i @trbl/react-html-element
$ # or
$ 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