4.0.0 • Published 9 years ago

apeman-react-aside v4.0.0

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

apeman-react-aside

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for aside components

Installation

$ npm install apeman-react-aside --save

Demo

Live demo is hosted on GitHub Pages.

Usage

'use strict'

import React from 'react'
import {ApAside, ApAsideBox, ApAsideStyle} from 'apeman-react-aside'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApAsideStyle/>
        <ApAside>
          <ApAsideBox>
            This is the aside
          </ApAsideBox>
        </ApAside>
      </div>
    )
  }
})

Components

ApAsideStyle

Props

NameTypeDefaultDescription
styleobject{}
highlightColorstringApStyle.DEFAULT_HIGHLIGHT_COLOR
backgroundColorApStyle.DEFAULT_BACKGROUND_COLOR

ApAside

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

4.0.0

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.8

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

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.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago