You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UUI should have possibility to configure component sizes according to the different grid systems(e.g. 4px, 6px). Also we should give possibility to configure UUI component layout(paddings, margins, font-size, line-height and other) to match different brand looks
TODO:
Add css variables for layout properties of components
Make possibility to change component size typings. For example if we will use Button with 4px grid, it probably should have size: 32 prop, instead of size: 30 for 6px grid.
Rework UUI site to be able to work with different size grids. We should find solution how to use PE and all examples without explicit size usage. Size should come from selected theme.
Add 4px built-in UUI theme, like loveship-4px
The text was updated successfully, but these errors were encountered:
Description
UUI should have possibility to configure component sizes according to the different grid systems(e.g. 4px, 6px). Also we should give possibility to configure UUI component layout(paddings, margins, font-size, line-height and other) to match different brand looks
TODO:
size: 32
prop, instead ofsize: 30
for 6px grid.The text was updated successfully, but these errors were encountered: