{# ========================================================================== #}
{# :: Imports #}
{# ========================================================================== #}
{% import "general/components/bubble/bubble-macros.njk" as bubble %}

{# ========================================================================== #}
{# :: Settings #}
{# ========================================================================== #}
{% set params = {
	isFullWidth: false,
	styleVendors: [],
	scriptVendors: ["https://kit.fontawesome.com/74199cd914.js"],
	order: 1,
	scope: "s-bp-bubble"
} %}

{# ========================================================================== #}
{# :: Info #}
{# ========================================================================== #}
{% set info %}

In case a close button is needed, this will be placed inside the
c-bubble__close-button-holder. Inside this holder, a c-button can be placed.

{% endset %}

{# ========================================================================== #}
{# :: Preview #}
{# ========================================================================== #}

{% set preview %}

	{{bubble.default("", {
		button: "fal fa-times"
	})}}

{% endset %}

{# ========================================================================== #}
{# :: Code #}
{# ========================================================================== #}
{# {% set code %} {% endset %} #}
