3.0.5 • Published 9 years ago

apeman-react-card v3.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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

NameTypeDefaultDescription

ApCardStyle

Props

NameTypeDefaultDescription

ApCard

Props

NameTypeDefaultDescription
titlenode

License

This software is released under the MIT License.

Links

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.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.0

9 years ago