apeman-react-profile

4.0.0 • Public • Published

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

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.

Links

Package Sidebar

Install

npm i apeman-react-profile

Weekly Downloads

4

Version

4.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi