3.0.6 • Published 9 years ago
apeman-react-article v3.0.6
apeman-react-article
apeman react package for article components.
Installation
$ npm install apeman-react-article --saveDemo
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 | Label | ||
| id | string | Article id | ||
| name | string | Name of select | ||
| value | string | Value of select | ||
| placeholder | string | Placeholder of select | ||
| options | object | Select options | ||
| alt | string | Alt messages |
License
This software is released under the MIT License.
Links
3.0.6
9 years ago
3.0.5
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.0.14
9 years ago
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
10 years ago
2.0.6
10 years ago
2.0.5
10 years ago
2.0.4
10 years ago
2.0.3
10 years ago
2.0.2
10 years ago
2.0.1
10 years ago
2.0.0
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago