@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 (11 loc) • 304 B
JavaScript
export default ({ width, height }) => ({
width: width,
height: height,
backgroundColor: "#F8F9FA",
boxShadow: "0 6px 10px 0 rgba(27, 32, 70, 0.09)",
border: "1px solid #E1E4EB",
color: "#545769",
borderRadius: "4px",
position: "relative",
fontFamily: "Arial, Helvetica, sans-serif"
});