apeman-react-article

apeman react package for article components.

Usage no npm install needed!

<script type="module">
  import apemanReactArticle from 'https://cdn.skypack.dev/apeman-react-article';
</script>

README

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