How to cross-reference components? #3037
Unanswered
oe-josh-martin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a component library context, given an atom that looks like
how would I reference this in a separate atom? The only way I can see to do this is by adding
.container__root
as below.Ideally I'd like to not have to hardcode the class name here, rather reference
StyledContainer
const somehow, like you would in styled-components.or in MUI's PigmentCSS
Beta Was this translation helpful? Give feedback.
All reactions