apeman-react-handy

5.0.3 • Public • Published

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

/apeman-react-handy/

    Package Sidebar

    Install

    npm i apeman-react-handy

    Weekly Downloads

    38

    Version

    5.0.3

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi