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.

12 lines (10 loc) 202 B
export const wrapperCss = () => ({ height: "40px", display: "flex", alignItems: "center", padding: "0 6px" }); export const backIconCss = () => ({ marginRight: "3px", cursor: "pointer" });