# Navbar Brand

### Key Features

* **Text Branding**: Allows the inclusion of text for the brand, suitable for simple or text-based branding.
* **Link Configuration**: Supports the option to make the brand a clickable link, directing to a specified path.
* **Image Branding**: Provides the capability to include an image as the brand logo, with customizable width, height, and alternative text.
* **Utility Class Integration**: Facilitates the addition of custom utility classes for further customization and styling.

### Customization Options

* **Text and Link Customization**: Configure the brand text and the path to create a link or non-link brand representation.
* **Image Customization**: Easily integrate a brand image with control over its dimensions and alternative text.
* **Styling Flexibility**: Apply additional utility classes to tailor the appearance and positioning of the `navbar-brand`.

### Usage

```twig
{% include 'radix:navbar-brand' with {
  text: site_name,
  slogan: site_slogan,
  image: site_logo,
  width: '40px',
  height: 'auto',
  path: path('<front>'),
  alt: elements.content.site_name['#markup'] ~ ' logo' ,
} %}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trydrupal.com/radix/components/navbar-brand.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
