5.0.3 • Published 9 years ago

apeman-react-handy v5.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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

5.0.3

9 years ago

5.0.2

9 years ago

5.0.1

9 years ago

5.0.0

9 years ago

4.0.8

9 years ago

4.0.7

9 years ago

4.0.6

9 years ago

4.0.5

9 years ago

4.0.4

9 years ago

4.0.3

9 years ago

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.4

9 years ago

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago