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
We currently offer support for Grid, Row, and Column components in carbon-components-react. With our new CSS Grid support, we will need to either update these components or add variants to work with our CSS Grid classes.
Most likely we should see if we can make use of existing Grid and Column components (Row is no longer needed), potentially behind a feature flag that is added to our new @carbon/feature-flags package. These components should use the class names that were authored for the new CSS Grid support.
The text was updated successfully, but these errors were encountered:
We currently offer support for
Grid
,Row
, andColumn
components incarbon-components-react
. With our new CSS Grid support, we will need to either update these components or add variants to work with our CSS Grid classes.Most likely we should see if we can make use of existing
Grid
andColumn
components (Row
is no longer needed), potentially behind a feature flag that is added to our new@carbon/feature-flags
package. These components should use the class names that were authored for the new CSS Grid support.The text was updated successfully, but these errors were encountered: