2.0.13 • Published 9 years ago

apeman-react-decorative v2.0.13

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

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

2.0.13

9 years ago

2.0.12

9 years ago

2.0.11

9 years ago

2.0.10

9 years ago

2.0.9

9 years ago

2.0.8

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago