react-simple-tree-menu
react-simple-tree-menu copied to clipboard
Can i able to change default padding?
Instead of having default padding as 0.75rem can I have it as 0.25rem. Is it possible?
For posterity, if you create your own ItemComponent by copying https://github.com/iannbing/react-simple-tree-menu/blob/master/src/TreeMenu/renderProps.tsx to your own component file, then tweak it, you can do lots of stuff so far as cleaning up the markup and styles.