Replies: 1 comment
-
Am going to close the discussion as it is rather not relevant for the API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As a working hypothesis for this let's assume the padding problem (#8829, #6288). This can be worked around, but it is rather unintuitive doing it manually:
If components could be combined then this becomes a technically solvable problem.
To make this more interesting we could also take #8831 into account and create a custom button like this without even thinking about a deep component hierarchy:
Technically this introduces a breaking change as the padding properties of the
Rectangle
andLayout
components clash (same forText
and maybe other component with such non-functional property).In general this raises the question how to deal with property/callback/function name clashes? Do you have plans to implement such feature?
Beta Was this translation helpful? Give feedback.
All reactions