3.0.6 • Published 8 years ago

apeman-react-article v3.0.6

Weekly downloads
28
License
MIT
Repository
github
Last release
8 years ago

apeman-react-article

Build Status Code Climate Code Coverage npm Version JS Standard

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

NameTypeDefaultDescription

ApArticle

Props

NameTypeDefaultDescription

ApSelectableArticle

Props

NameTypeDefaultDescription
labelstringLabel
idstringArticle id
namestringName of select
valuestringValue of select
placeholderstringPlaceholder of select
optionsobjectSelect options
altstringAlt messages

License

This software is released under the MIT License.

Links

3.0.6

8 years ago

3.0.5

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.14

8 years ago

2.0.13

8 years ago

2.0.12

8 years ago

2.0.11

8 years ago

2.0.10

8 years ago

2.0.9

8 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago