Ability to set the position of X and Y to be a percentage based off the parent
This will be useful when the element is positioned absolutely. E.g. set Y to be 100% (will mean that it will always sit below the parent even if the parent or the element itself changes height)
Example: This is particularly useful for dropdown components as the dropdown list changes size depending on how many options are shown and the parent height can fluctuate as well