Custom react components not registering in editor

Hi @cmcollin41! To see your custom components in the visual editor you first need to “register” them with Builder which you can read more about here. As an example, take a look at the custom Hero component. You can set up your other custom components similarly and add them to your builder-settings.js file which gets imported into your layout component, making them available in the visual editor globally.

Using Custom React Components in Builder