Add menuSpacing parameter for adding space between the button and the menu#75
Add menuSpacing parameter for adding space between the button and the menu#75rasitayaz wants to merge 5 commits into
Conversation
|
Hi @rasitayaz This does make sense as a feature. However, I am not sold on the idea of two separate parameters for vertical and horizontal spacing. I think it might be better to introduce a breaking change and change It should be fine since the 1.0.0 release already has breaking changes, and I doubt |
|
You're right, two parameters would complicate things. But wouldn't using an |
I see what you mean. In this case, yes, I agree, In this case, I see two ways:
I'd say the first option is better, but with a better naming to reflect that it is only vertical spacing, maybe |
|
Or we could use a padding parameter with |
Example:
Maybe we can rename it to something like
menuDistancelmk if you propose any changes.