apeman-react-decorative

Decorative react components of apeman.


Keywords
React, react-component, apeman, decorative
License
MIT
Install
npm install apeman-react-decorative@2.0.6

Documentation

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