apeman-react-handy

Handy react components of apeman.


Keywords
React, apeman, react-component
License
MIT
Install
npm install apeman-react-handy@5.0.3

Documentation

apeman-react-handy

Build Status Code Climate Code Coverage npm Version JS Standard

Handy react components of apeman.

Installation

$ npm install apeman-react-handy --save

Demo

Live demo is hosted on GitHub Pages.

Usage

'use strict'

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

const html = (
  <ApHtml>
    <ApHead>
      <ApStyle data={
                {
                    "body":{
                        "color": "#555"
                    }
                }
            }/>
    </ApHead>
    <ApBody>
      <ApSigninForm />
    </ApBody>
  </ApHtml>
)

License

This software is released under the MIT License.

Links