Default rendering
Before rendering the Brand Brick, first execute the initialization steps shared among all Bricks. From there, see below the necessary information to configure and render the Brand Brick.
Configure the Brick
Create Brick's startup configuration.
javascript
bricksBuilder.create(
"brand",
"brandBrick_container"
);
};
Render the Brick
Once the configurations are created, enter the code below to render the Brick.
<div id="brandBrick_container"></div>
import { Brand } from '@mercadopago/sdk-react';
<Brand />
The result of rendering the Brick should look like the image below.