--- #34609
Locked
enyelsequeira
announced in
Archive
---
#34609
Replies: 1 comment
-
I'm locking the conversation, this space is for polls. You can either open an issue if you believe it's a bug or a general discussion. You can also ask on StackOverflow. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
so recently I have been thinking of building on top of Material UI, however I am wondering if anyone can give me advice or if anyone has done the following.
I have a turborepo setup and within in there I have a packages => UI that will use MUI Components, now what I want to do is change and add extra styles based on props defined by me on the code something like below
then ideally what I want to do is being able to pass the color to handle the correct className color for the button so something like below
issue with this one I don't get the correct typings that should pass through
and 2 it does not add the styles accordingly, I can simply just add the className props, but thats not really what I want. I want to abstract the logic of css in the component library UI and not in the webapp
any thoughts or ideas would be appreciated
cheers
Beta Was this translation helpful? Give feedback.
All reactions