apeman-react-decorative

2.0.13 • Public • Published

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

Package Sidebar

Install

npm i apeman-react-decorative

Weekly Downloads

13

Version

2.0.13

License

MIT

Last publish

Collaborators

  • okunishinishi