> For the complete documentation index, see [llms.txt](https://docs.northcommerce.com/north-commerce/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.northcommerce.com/north-commerce/builders/bricks/attributes.md).

# Attributes

The North Commerce attributes are available on specific Bricks elements that we have deemed necessary for the time being. If you are in need of North Commerce attributes on other elements not currently available just message support and we can add them.&#x20;

#### Available Elements

1. Button
2. Heading
3. Basic Text
4. Image
5. Container
6. Div

```php
$elements = [ 'button', 'heading', 'text-basic', 'image', 'container', 'div' ];
```

In order to set Bricks elements we just have to add the name of the element to this array and the attributes will then be available to that element.&#x20;

## Start Building
