apeman-react-aside
v4.0.0
Published
apeman react package for aside components
Maintainers
Readme
apeman-react-aside
apeman react package for aside components
Installation
$ npm install apeman-react-aside --saveDemo
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
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- | | style | object | {} | | | | highlightColor | string | ApStyle.DEFAULT_HIGHLIGHT_COLOR | | | | backgroundColor | | ApStyle.DEFAULT_BACKGROUND_COLOR | | |
ApAside
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
License
This software is released under the MIT License.
