{# ========================================================================= #}
{# :: Settings #}
{# ========================================================================= #}
{% set params = {
  isFullWidth: false,
  styleVendors: [],
  scriptVendors: [],
  scope: "s-bp-menu-bg"
} %}

{# ========================================================================= #}
{# :: Imports #}
{# ========================================================================= #}
{% import "atoms/menu-background/menu-background-macros.njk" as menuBackground %}

{# ========================================================================= #}
{# :: Preview #}
{# ========================================================================= #}
{% set preview %}

  {{menuBackground.default("")}}

{% endset %}

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

  {{menuBackground.default("")}}

{% endset %}
