react-dd-menu
react-dd-menu copied to clipboard
Checkbox Functionality?
Hi, are there any plans to implement check-box functionality on menu items? This is a feature of react-tree-menu, as demonstrated on this demo page. I only ask because the CSS on this library is more attractive and the visibility-toggling of sub-menus looks very clean -- I'd love to use this project, but my goal is to use the nested menus as filters rather than simply navigation.
I hadn't planned on it, but it seems pretty neat. I think I would need to fix #15 first.
Which features on the demo page would you be most interested in? I personally like the no checkboxes one. I could implement that fairly easily.
With checkboxes, I am guessing that it should allow using a font library for the checkboxes, using an html checkbox, or just checking for some class on a li
Let me know what you'd like and I'll plan it out. Seems like a fun addition.