apeman-react-profile
v4.0.0
Published
apeman react package for profile components.
Maintainers
Readme
apeman-react-profile
apeman react package for profile components.
Installation
$ npm install apeman-react-profile --saveDemo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApProfile, ApProfileStyle} from 'apeman-react-profile'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApProfileStyle />
<ApProfile>
</ApProfile>
</div>
)
}
})
Components
ApProfileDataForm
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
ApProfileLeadForm
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
ApProfileStyle
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
ApProfile
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
License
This software is released under the MIT License.
