Builder with Custom Components based on Bootstrap or Tailwind

Hi!

I was trying to understand if it was possible to create custom components with your product and use Tailwind CSS or Bootstrap in them?

Cheers

Hi @ivoecpereira!

Yes, you can use custom components in Builder. Here is an example of how to integrate custom React components: https://www.builder.io/c/docs/custom-react-components, and here is a design system example: https://github.com/BuilderIO/builder/tree/master/examples/react-design-system. You should be able to use whatever css frameworks you like in your components, since those live in your codebase.

1 Like