apeman-react-card
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.