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.

15 lines (12 loc) 264 B
export const initialCss = props => ({ color: "#545769", fontWeight: props.isSelected ? 600 : 400 }); export const highlightCss = () => ({ fontWeight: 600, color: "#268DEC" }); export const parentsCss = () => ({ color: "#98A1B8", marginTop: "2px" });