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
I find myself constructing the exact same CSS over and over again for basic layout work e.g. a grid-ish based horizontal or vertical layout etc.
Ideally we have something akin to common primitives in the wild for other design systems such as Stack, Flex, Grid, etc.
Caveat that this definitely lands in more of a "chrome" package where we layer some higher level primitives on top of our headless system + some theme values.
Provide a general summary of the feature
I find myself constructing the exact same CSS over and over again for basic layout work e.g. a grid-ish based horizontal or vertical layout etc.
Ideally we have something akin to common primitives in the wild for other design systems such as
Stack
,Flex
,Grid
, etc.Caveat that this definitely lands in more of a "chrome" package where we layer some higher level primitives on top of our headless system + some theme values.
💻 Examples
https://react-spectrum.adobe.com/react-spectrum/Flex.html
The text was updated successfully, but these errors were encountered: