Skip to content

Bricks

A Brick is a visually editable content block for React Bricks. Developers create these blocks, which content editors then use to build pages.

Creating Custom Bricks

Creating custom bricks is the heart of developing with React Bricks. This custom bricks form your unique “Lego set” of content blocks that embody your corporate image or that of your client.

Within a Brick, developers define what’s visually editable using React Bricks visual components. They also control the level of freedom given to content editors through sidebar controls—for example, allowing adjustments to properties like padding or background color.

Since Bricks are simply React components, developers can easily start using React Bricks and convert existing components into visually editable bricks.