UNPKG

@kenshooui/react-tree

Version:

React Tree is a straight forward component that allows a user to display and manage a hierarchical structure of items in a clear and comfortable way.

5 lines (4 loc) 79 B
export default ({ height }) => ({ maxHeight: height, overflowY: "auto" });