Combining symbols with react components

Yeah, I’ve solved that last week.
For anyone who looking for a solution;

import { BuilderComponent } from "@builder.io/react";

import component

<BuilderComponent
          renderLink={Link}
          name="your-model-name"
          content={yourBuilderModel}
          data={{your: "data"}}
        />

use like this

2 Likes