react-family-tree icon indicating copy to clipboard operation
react-family-tree copied to clipboard

React component that renders a family tree

Results 8 react-family-tree issues
Sort by recently updated
recently updated
newest added

As the package stands, there is no visual distinguishing divorced couples from married couples. Wondering how to change this?

enhancement
good first issue

Hi, I have made some changes that all spouses nodes are shifted to left side. So at one staging nodes are going to overlap to each other. Can you plz...

Please write documentation

enhancement
help wanted

i am not able to find any configration for displaying child node to single parent node you can see this in below screenshot https://prnt.sc/1re7iiy

enhancement

First of all, thanks for this package! It is awesome! :clap: I really appreciate all the time you invested in it. I'm using this package to render my family tree,...

I've noticed that my oldest (top) part of the tree is super stretched - like it's trying to fit to the younger (bottom) branches containing more people (and taking more...

enhancement

Im trying to translate the node horizontally. so i modified the below code " transform: `translate(${node.left * (WIDTH / 2)}px, ${ node.top * (HEIGHT / 2) }px)`" as "` transform:...

I have a condition where someone has more than 2 wives, namely he has 10 wives with the status of deceased and divorced, the expectation is that the position of...

enhancement