daniel-hauser / react-organizational-chart

Simple react hierarchy tree - any React children accepted for nodes
https://daniel-hauser.github.io/react-organizational-chart
MIT License
182 stars 36 forks source link

Add class names support #48

Open yanalshoubaki opened 2 years ago

yanalshoubaki commented 2 years ago

Is your feature request related to a problem? Please describe. When i want to edit style for tree, i can't add class names for style module, the current solution only with styled components we can override it.

Describe the solution you'd like Add props className so we can add classNames for the components

kiran-pillai commented 1 year ago

Lack of support for this also means that we cannot control the width of flex container, in the case that we want the chart to be a fixed width @daniel-hauser

Boris-Scharinger commented 1 year ago

that would be awesome, full support!