1.0.6 • Published 7 years ago

colby-react-person v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

colby-react-person

An person component for React.

Install

npm install --save colby-react-person

Include in your project

JS

import React from 'react';
import { render } from 'react-dom';

import Person from 'colby-react-person';

...

render(<Person {...props} />, container);

Props

Types

email: PropTypes.string.isRequired,
name: PropTypes.string.isRequired,
title: PropTypes.string.isRequired,

link: PropTypes.string,
nickname: PropTypes.string,
phone: PropTypes.string,
photo: PropTypes.string,

Defaults

link: '',
nickname: '',
phone: '',
photo: null