Can you use Material UI with Plasmic without registering every code component?

Hi! I’m using the material UI lib from MUI and I’d like to use it in Plasmic without having to register every individual code component in the plasmic-host.tsx file. Is there an easy way to do this? Thanks!

Unless someone else registered them for you and merged it into the public component store :smiley:

Hi @faithful_crayfish, for now you will need to register the components you’re interested in using - we do hope to expose more component libraries in the component store over time (and also accept contributions like @verbal_sparrow’s work on Chakra UI! :heart:)

Thanks guys, good to know!

I heard there would be a way to automate this if using TypeScript. Is that true?
Anything to stream line the registration process - will help reduce the barrier to entry.