mia-platform / design-system

React graphical components designed by Mia Platform
https://mia-platform.github.io/design-system/
Apache License 2.0
13 stars 1 forks source link

feat(Dropdown): add placement prop #707

Closed malta895 closed 1 week ago

malta895 commented 1 week ago

Description

Added Dropdown placement prop, which allows to set the placement of the dropdown relative to the parent

Dropdown
- added `placement` prop

[IMPORTANT] PR Checklist

PR conventions

Please make sure your PR complies with the following rules before submitting it.

Additional code checks

Based on your changes, some of these checks may not apply. Please make sure to check the relevant items in the list.

malta895 commented 1 week ago

I'd improve the prop management

Aside for the typing, and the default value, is there something else you think should be improved in props management?