Currently, our components use different padding (default) strategies: Some compients come with default padding, some expose an unpad prop to remove it, some may use other mechanisms.
In order to provide a consistent, more predictable and easier-to-learn and -remember interface, we should unify our approach as well as the values we actually use.
Depends on #1641
Currently, our components use different padding (default) strategies: Some compients come with default padding, some expose an
unpadprop to remove it, some may use other mechanisms.In order to provide a consistent, more predictable and easier-to-learn and -remember interface, we should unify our approach as well as the values we actually use.
unpad(and components that callunpadon a child / subcomponent internally), and replace withpaddingand the respective boolean or numerical valueDepends on #1641