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

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

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

{% endset %} #}

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

	{{formfield.select("c-formfield--select-alternative", {
		id: "alternative-select-id",
		name: "alternative-select",
		input: {
			placeholder: "maand",
			icon: "far fa-chevron-down",
			options:[
				{
					text:"optie 1"
				},
				{
					text:"optie 2"
				},
				{
					text:"optie 3"
				}
			]
		}
	})}}

{% endset %}


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

{% endset %} #}
