Default rendering - Brand - Mercado Pago Developers
Which documentation are you looking for?

Do not know how to start integrating? 

Check the first steps

Default rendering

Important
To perform Brand Brick rendering, first perform the initialization steps shared among all Bricks.

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.

Important
The id brandBrick_container of the html div below should correspond to the value used in the method create() of the last step.
          
<div id="brandBrick_container"></div>

        
          
import { Brand } from '@mercadopago/sdk-react';

<Brand />

        

The result of rendering the Brick should look like the image below.

brand-brick-en