# MD for: https://www.mercadopago.com.ar/developers/pt/docs/checkout-bricks/brand-brick/default-rendering.md \# Default rendering Before rendering the Brand Brick, first execute the \[initialization steps\](https://www.mercadopago.com.ar/developers/en/docs/checkout-bricks/common-initialization) shared among all Bricks. From there, see below the necessary information to configure and render the Brand Brick. > NOTE > > Note > > To consult the types and specifications of the parameters and responses of the Brick functions, refer to the \[technical documentation\](https://github.com/mercadopago/sdk-js/blob/main/docs/bricks/brand.md). ## 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. > WARNING > > Important > > The id \`brandBrick\_container\` of the html div below should correspond to the value used in the method create() of the last step. * [html ](#editor%5F1) * [react-jsx ](#editor%5F2) html react-jsx ```
``` Copiar ``` import { Brand } from '@mercadopago/sdk-react';