Builder Widgets
Adds widgets for Builder.io editing, such as carousels, tabs, accordions, etc.
How to use it
First, install the package
npm install @builder.io/widgets
When using the React SDK, just
import '@builder.io/widgets';
Anywhere that you render a <BuilderComponent ... />
, and now the widgets will register and be available in the editor and when rendering (including server side)
Example
See here for a real working example in our next.js example repo
Help and troubleshooting
Questions or feedback - contact us at help@builder.io, we are happy to help!