apeman-react-decorative

Decorative react components of apeman.

Usage no npm install needed!

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

README

apeman-react-decorative

Build Status Code Climate Code Coverage npm Version JS Standard

Decorative react components of apeman.

Installation

$ npm install apeman-react-decorative --save

Usage

'use strict'

import React from 'react'

import {
  ApHtml,
  ApHead,
  ApStyle,
  ApBody
} from 'apeman-react-basic'

import {
  ApShowcase
} from 'apeman-react-decorative'

const html = (
  <ApHtml>
    <ApHead>
      <ApShowcaseStyle/>
    </ApHead>
    <ApBody>
      <ApShowcase/>
    </ApBody>
  </ApHtml>
)

Components

License

This software is released under the MIT License.

Links