> For the complete documentation index, see [llms.txt](https://lewe.gitbook.io/lewe-bootstrap-visuals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lewe.gitbook.io/lewe-bootstrap-visuals/shortcodes/callout.md).

# Callout

A callout can be used to attract attention to important information on your page.

## Examples

{% code overflow="wrap" %}

```
[bsv-callout style="info" heading="My Callout"]This is important information[/bsv-callout]
```

{% endcode %}

<figure><img src="/files/Sr3rIGyQr5AMKFwA1kw5" alt=""><figcaption></figcaption></figure>

{% code overflow="wrap" %}

```
[bsv-callout style="danger" heading="My Callout"]This is important information[/bsv-callout]
```

{% endcode %}

<figure><img src="/files/lJtsUQHcKTafdkM9pEF7" alt=""><figcaption></figcaption></figure>

## Format

{% code overflow="wrap" %}

```
[bsv-callout parameter="value" ...]your content here[/bsv-callout]
```

{% endcode %}

## Parameters

| Parameter | Description                                                                                                                                | Value      |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ---------- |
| style     | <p>Defines the Bootstrap style. Supported values:</p><ul><li>danger</li><li>info</li><li>primary</li><li>success</li><li>warning</li></ul> | primay     |
| heading   | A heading if you want one                                                                                                                  | *no value* |
