3.0.5 • Published 9 years ago
apeman-react-card v3.0.5
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.
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
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.0
10 years ago