Mikkel Laursen

Results 45 comments of Mikkel Laursen

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...

Hey sorry! From the README: > NOTE: I am no longer actively developing this project since it has met most of the initial goals and I will be spending most...

There isn't really anything built in with this library. If you are willing to switch over to my material design library, the menus in the next release (so isn't fully...

Looks like it isn't really possible right now since I didn't expose the `style` or `listStyle` props. :/

I'd be happy to take a pull request with that feature, but I probably won't be implementing it myself. I'm devoting most of my free time with my bigger project...

This library doesn't actually include any icons for the left or right arrow. It should be how you implemented the NestedDropdownMenu's toggle. In your `button` or `a` tag, you'd just...

Would you be able to send me a code snippet of your usage? Looking through the code, I don't see anywhere that it is being included: [DropdownMenu](https://github.com/mlaursen/react-dd-menu/blob/master/src/js/DropdownMenu.js#L151) [NestedDropdownMenu](https://github.com/mlaursen/react-dd-menu/blob/master/src/js/NestedDropdownMenu.js#L95)

Hmm, do you have a code snippet you can send me? It appears to be working correctly from my [Examples](https://github.com/mlaursen/react-dd-menu/blob/master/example/src/js/Example.jsx#L29).

Hmm, lemme look through this code for a bit. I haven't actively worked on this package for about a year, so I'm a bit hazy. You can always set the...

Ok, I don't think there is any way around the timeout issue. I'd be good with accepting a PR for it. Otherwise I'll try to get to it later this...