{% macro dropdown(items, options) %}
{% import '@Tabler/includes/utils.html.twig' as macros %}
{% from '@Tabler/components/badge.html.twig' import badge as badgeMacro %}
{# Options #}
{% set _menuArrow = options.menuArrow ?? false %}
{% set _menuArrowEnd = options.menuArrowEnd ?? false %}
{% set _extraClass = options.extraClass ?? '' %}
{% endmacro %}