Simple dropdown plugin for ember

Hello Everyone

I just wrote a small dropdown component for ember. https://github.com/dhruvparmar372/ember-easy-dropdown

Would love to get some feedback and/or contributions :smiley:

what is your main point to write this plugin?

I needed to implement a dropdown functionality at multiple places in an Ember App I had been working on recently. So I decided to write a component for that. Later exported the same as an ember-addon.