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

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

{# ========================================================================= #}
{# :: Preview #}
{# ========================================================================= #}
{% set preview %}
	{{input.select("", {
		label: "Select input",
		name: "styleguide-select",
		options: ["option1", "option2", "option3"]
	})}}
{% endset %}

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