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
feat(text): add as prop while deprecating elementType (#631)
* feat(text): add as prop
* chore: update specs and story
* chore: update readme
* refactor: use requiredIf
* refactor: elementType to as
* refactor: remove className prop from Text.Details component
* refactor(text): use util for deprecation warning
* fix(tag): style text with css selector after removal of classname prop
' is the most powerful layout system available in CSS. It is a 2-dimensional system, meaning it can handle both columns and rows, unlike flexbox which is largely a 1-dimensional system. You work with Grid Layout by applying CSS rules both to a parent element (which becomes the Grid Container) and to that elements children (which become Grid Items).'
'In the Knobs section on the right panel, you can see all the supported CSS Grid properties, both for the parent container and for the children elements (items).'
0 commit comments