apeman-react-article

3.0.6 • Public • Published

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

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.

Links

Package Sidebar

Install

npm i apeman-react-article

Weekly Downloads

11

Version

3.0.6

License

MIT

Last publish

Collaborators

  • okunishinishi