Step-by-step guides for using existing npm components

hey there! i’m a beginner to both react and plasmic, and just wondering if there are any step-by-step guides available for surfacing existing react npm components within plasmic. ie adding material ui through npm, registering an accordion element ui, understanding how to handle the props, and getting it to the point where it can be used in plasmic without code by a designer

Hi @lovely_mongoose! This is our doc about code components - that’s how we call components that are added via code (either a npm library like material-ui or components crafted by you): https://docs.plasmic.app/learn/code-components/ If you start app hosting using the code components repository (as https://docs.plasmic.app/learn/app-hosting/ recommends), there you can find some examples of importing external npm libraries such as material ui in Plasmic: https://github.com/plasmicapp/code-components/blob/main/init.ts