Pass custom data to builderComponent

i am begginner with builder.io. trying to make some component in my next js project drag and drop and editable. i tried to pass data to builderComponent. but it shows an error. i am confused which model should i create. it shows data, section and page options while creating model which option should i select. and content is not displaying

Hello @iyas,

Welcome to the builder.io forum post.

For your use case, I think you should either use a section or page model. Builder offers three kinds of models that define content types:

For help on passing data to BuilderComponent, I recommend you check out our GitHub reference at the below link

Thanks,