-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] How to use custom components in my design? #295
Comments
The same issue but different example: I'd like to add an icon into the dialog component in the top right. How do I do this? |
Hi Amy, the reason you cannot add a Table is (probably) because the Card is still an Instance. If that's the case, there are two options here, one would be to detach the Card instance and freely add any components inside it and the second (a bit more complex) solution would be to replace the instance inside the Card with a Table. Let me know if you need me to record a quick 1 minute demo of both solutions. |
A video would be amazing if possible. I have been able to swap the instance to add a table but is it possible to add more components in there? I can only swap not add more.
|
Hi Amy, yes you can add multiple components using the |
amazing! thanks so much |
Apologies, is it possible to add more than 5 instance slots? |
The problem in depth
I'd like to add the custom component "toolbar" in my design. I'd like to add it to a card along with the table component (similar to the mockup in the library file). When I search for it on the right hand side it doesn't appear and I can't seem to paste it into the card. Could you help?
Your environment
MUI 5.15.0
Search keywords:
The text was updated successfully, but these errors were encountered: