@trbl/react-html-element

1.0.3 • Public • Published

NPM Bundle Size Supported by TRBL

React HTML Element

With HTML you can create electronic documents (called pages) that are displayed on the World Wide Web.

Quick Start

Installation

$ yarn add @trbl/react-html-element

Composition

  import React from 'react';
  import HTMLElement from '@trbl/react-html-element';

  const App = () => {
    return (
      <HTMLElement>
        ...
      </HTMLElement>
    )
  }

Demo

To demo locally, clone the repo and

$ yarn
$ yarn dev
$ open http://localhost:3000

Documentation

All available props can be found via the references below:

Contribution

Help us, or let us help you help us.

License

MIT Copyright (c) TRBL, LLC

Package Sidebar

Install

npm i @trbl/react-html-element

Weekly Downloads

11

Version

1.0.3

License

MIT

Unpacked Size

18.4 kB

Total Files

5

Last publish

Collaborators

  • chrishomsey
  • jacobsfletch
  • trouble