4.0.0 • Published 9 years ago

apeman-react-profile v4.0.0

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

apeman-react-profile

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for profile components.

Installation

$ npm install apeman-react-profile --save

Demo

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

NameTypeDefaultDescription

ApProfileLeadForm

Props

NameTypeDefaultDescription

ApProfileStyle

Props

NameTypeDefaultDescription

ApProfile

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

4.0.0

9 years ago

3.0.6

9 years ago

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

9 years ago

2.0.0

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

9 years ago

1.0.0

9 years ago