treeflex icon indicating copy to clipboard operation
treeflex copied to clipboard

A flexbox based CSS library for drawing hierarchy trees with HTML lists.

Results 6 treeflex issues
Sort by recently updated
recently updated
newest added

Hello! Is it possible to have leaf nodes that are linked to more than one nodes in the upper layer?

Hello. I came across your framework here. Have you thought about a way to implement an ancestor type tree and allow multiple marriages with children for each?

This is the most simplest and robust solution available, only if a switch to turn it to left to right and top to down tree.

Add suport to a dynamic add and remove node element at tree.

Added an additional calc() to prevent these errors: ``` 023-09-17 19:38:28 Deprecation Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. 2023-09-17...

Say you have a tree like this: ``` ┌──┐ │ │ └──┘ ┌──┐ │ │ └──┘ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ │ │ │ │ │ │ │ │ │...