{# ========================================================================= #}
{# :: Imports #}
{# ========================================================================= #}
{% import "styleguides/general/molecules/option-button/option-button-macros.njk" as optionButton %}

{# ========================================================================= #}
{# :: Settings #}
{# ========================================================================= #}
{% set params = {
  isFullWidth: false,
  styleVendors: [],
  scriptVendors: [],
  scope: ""
} %}

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

{% endset %} #}

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

  {{optionButton.default("", {
    title: "Choose an option",
    content: "Give a bit more explanation about this question.",
    group: "styleguide-options",
    items: [
      {
        name: "styleguide-option-1",
        label: "Option 1"
      },
      {
        name: "styleguide-option-2",
        label: "Option 2"
      }
    ]
  })}}

{% endset %}

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

{% endset %} #}