apeman-demo-react

Demo of React component.

Usage no npm install needed!

<script type="module">
  import apemanDemoReact from 'https://cdn.skypack.dev/apeman-demo-react';
</script>

README

apeman-demo-react

Build Status npm Version JS Standard

Demo of React component.

Installation

$ npm install apeman-demo-react --save

Demo

Live demo is hosted on GitHub Pages.

Demo Image

Usage

'use strict'

import React from 'react'
import {DemoComponent, DemoComponentStyle} from 'apeman-demo-react'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <DemoComponentStyle />
        <DemoComponent/>
      </div>
    )
  }
})

Components

License

This software is released under the MIT License.

Links