Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanichkotikov/react-family-tree

React component that renders a family tree
https://github.com/sanichkotikov/react-family-tree

family-tree familytree npm-module npm-package react react-component reactjs

Last synced: 4 days ago
JSON representation

React component that renders a family tree

Awesome Lists containing this project

README

        

# react-family-tree

React component that renders a family tree.
[Demo](https://sanichkotikov.github.io/react-family-tree-example/).

## Install

```bash
npm i -S react-family-tree
```

## Usage

```jsx
import ReactFamilyTree from 'react-family-tree';
import FamilyNode from './your-components/FamilyNode';

const WIDTH = 70;
const HEIGHT = 80;

(

)}
/>
```