apeman-react-card
v3.0.5
Published
apeman react package for card components
Downloads
329
Maintainers
Readme
apeman-react-card
apeman react package for card components
Installation
$ npm install apeman-react-card --saveDemo
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.
