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.

17 lines (14 loc) 286 B
export const css = ({ height }) => ({ display: "flex", flexDirection: "column", alignItems: "center", justifyContent: "center", height: height }); export const icon = () => ({ fontSize: "20px", marginBottom: "5px" }); export const text = () => ({ fontSize: "14px" });