Greetings I'm new to retool and I'm trying to create my custom component, and I'm having trouble creating a material-ui component and I want to know how to create it correctly so it can render as the material-ui page component.
(Also, the component I wanted to make was a navbar with a differente background color and that wasn't working for some reason)
Hey er12, it looks like the screenshots that you shared are of the default display and values of the custom component, other than grabbing the AppBar component. Can you share how you otherwise altered the code?
Hey er12, you can try using different scripts for the materialUI cdn and potentially the React cdns as well. If that component is a newer component (newer than material UI 3.9), you would need the updated version. Newer versions of the material ui library would potentially require newer versions of React in order to work properly.
@er12 How you did this? Can You share your code? I am also trying to make custom component? Please do let me know?
(As I am trying to make menus for my application)