{# ========================================================================== #}
{# :: 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("", {
		id: "select-id",
		name: "select",
		input: {
			placeholder: "selecteer uw keuze",
			options:[
				{
					text:"optie 1"
				},
				{
					text:"optie 2"
				},
				{
					text:"optie 3"
				}
			]
		}
	})}}
{% endset %}


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