apeman-react-card

3.0.5 • Public • Published

apeman-react-card

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for card components

Installation

$ npm install apeman-react-card --save

Demo

Live demo is hosted on GitHub Pages.

Usage

'use strict'
 
import React from 'react'
import {ApCard, ApCardStyle} from 'apeman-react-card'
 
const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApCardStyle />
        <ApCard/>
      </div>
    )
  }
})
 
 

Components

ApCardGroup

Props

Name Type Default Description

ApCardStyle

Props

Name Type Default Description

ApCard

Props

Name Type Default Description
title node

License

This software is released under the MIT License.

Links

Package Sidebar

Install

npm i apeman-react-card

Weekly Downloads

2

Version

3.0.5

License

MIT

Last publish

Collaborators

  • okunishinishi