# Vartheme BS5

A base theme for [Varbase](https://www.drupal.org/project/varbase) standard websites.

A new generation of theming (base theme) based on [**Bootstrap 5**](https://getbootstrap.com/), **Single Directory Components (SDC)** with [**Drupal `~10.1.0`**](https://www.drupal.org/project/drupal/releases/10.1.0-alpha1), and [**UI Patterns**](https://www.drupal.org/project/ui_patterns) **`2.0.x-dev`**.

Having [**Varbase Components**](https://www.drupal.org/project/varbase_components) to provides component management system for Varbase and **Vartheme BS5**.

## Vartheme (Bootstrap 5 - SASS) Theme

{% hint style="info" %}
Varbase front-end theme are bundled through the **Vartheme BS5** theme.\
GitHub: <https://github.com/Vardot/vartheme_bs5>\
Drupal.org: <https://www.drupal.org/project/vartheme_bs5>

After building a project using the `varbase-project` template, you can see the code of the **Vartheme BS5** theme in:
{% endhint %}

```
project_directory
|-- docroot
    |-- themes
        |-- contrib
            |-- vartheme_bs5
```

Brings in the following core and contributed themes to your site:

| Theme                                                                       | Purpose                                                 |
| --------------------------------------------------------------------------- | ------------------------------------------------------- |
| [**Varbase Components**](https://www.drupal.org/project/varbase_components) | The components handler module for Varbase distribution. |

{% content-ref url="/pages/-MEqkr7hrMZIG-c8y57y" %}
[Understanding The Vartheme Starterkit Theme](/10.0.x/developers/theme-development-with-varbase/understanding-the-vartheme-base-theme.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MA0MNwJI5boKlsGE0zA" %}
[Creating Your Own Theme](/10.0.x/developers/theme-development-with-varbase/creating-your-own-theme.md)
{% endcontent-ref %}


---

# 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.varbase.vardot.com/10.0.x/developers/understanding-varbase/core-components/vartheme-bs5.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.
