README
apeman-react-article
apeman react package for article components.
Installation
$ npm install apeman-react-article --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApArticle, ApArticleStyle} from 'apeman-react-article'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApArticleStyle />
<ApArticle>
This is article content.
</ApArticle>
</div>
)
}
})
Components
ApArticleStyle
Props
| Name | Type | Default | Description |
|---|
ApArticle
Props
| Name | Type | Default | Description |
|---|
ApSelectableArticle
Props
| Name | Type | Default | Description |
|---|---|---|---|
| label | string | ||
| id | string | ||
| name | string | ||
| value | string | ||
| placeholder | string | ||
| options | object | ||
| alt | string |
License
This software is released under the MIT License.