react-dd-menu icon indicating copy to clipboard operation
react-dd-menu copied to clipboard

Checkbox Functionality?

Open john-osullivan opened this issue 10 years ago • 1 comments

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.

john-osullivan avatar Oct 20 '15 23:10 john-osullivan

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.

mlaursen avatar Oct 24 '15 02:10 mlaursen